diff --git a/features/projects/archive.feature b/features/projects/archive.feature index 0d6a8a745c..e492d09da4 100644 --- a/features/projects/archive.feature +++ b/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"