Commit bc440bca8f0b3f490b9d1ad8f771a01df60860c5
1 parent
a2831478
Exists in
colab
and in
4 other branches
Fixed homepage acceptance tests for new texts
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/homepage.feature
| ... | ... | @@ -5,7 +5,7 @@ Feature: Homepage |
| 5 | 5 | |
| 6 | 6 | Scenario: Before signing in |
| 7 | 7 | Given I am at the homepage |
| 8 | - Then I should see "Login" | |
| 8 | + Then I should see "Sign In" | |
| 9 | 9 | And I should see "Sign Up" |
| 10 | 10 | And I should see "Latest projects" |
| 11 | 11 | And I should see "Project" |
| ... | ... | @@ -15,7 +15,7 @@ Feature: Homepage |
| 15 | 15 | And I am signed in |
| 16 | 16 | And I am at the homepage |
| 17 | 17 | Then I should see "Edit" |
| 18 | - And I should see "Logout" | |
| 18 | + And I should see "Sign Out" | |
| 19 | 19 | And I should see "Latest projects" |
| 20 | 20 | And I should see "Project" |
| 21 | 21 | And I should see "My projects" |
| 22 | 22 | \ No newline at end of file | ... | ... |