Fix typo in budget executions spec

We were expecting the page not to have content which is actually there.
The test passed (most of the time) because before clicking the
"Milestones" link the content was not present, and we checked the page
content before the AJAX request generated by clicking the link had
finished.
This commit is contained in:
Javi Martín
2019-04-09 22:34:43 +02:00
parent a1d6885132
commit 5812779974

View File

@@ -53,7 +53,7 @@ feature "Executions" do
click_link "See results"
click_link "Milestones"
expect(page).not_to have_content("No winner investments in this state")
expect(page).to have_content("No winner investments in this state")
select "Executed (0)", from: "status"