Merge pull request #3 from oliverguenther/fix/restyle-projects-table-cuke

Fix broken cuke
pull/3342/head
HDinger 9 years ago
commit 0ab8881d92
  1. 4
      features/projects/archive.feature

@ -41,7 +41,7 @@ Feature: Navigating to reports page
When I go to the projects admin page
Then I should be on the projects admin page
And I should see "Projects"
And I click on "Archive" within "tr.odd"
And I click on "Archive" within "tbody > tr:nth-of-type(1)"
And I confirm popups
Then I should be on the projects admin page
And I should not see "ParentProject"
@ -52,7 +52,7 @@ Feature: Navigating to reports page
Then I should see "403"
When I go to the projects admin page
When I select "all" from "status"
And I click on "Unarchive" within "tr.odd"
And I click on "Unarchive" within "tbody > tr:nth-of-type(1)"
Then I should be on the projects admin page
And I should see "ParentProject"
When I go to the page of the project called "ParentProject"

Loading…
Cancel
Save