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,7 +5,7 @@ Feature: Homepage | ||
| 5 | 5 | ||
| 6 | Scenario: Before signing in | 6 | Scenario: Before signing in |
| 7 | Given I am at the homepage | 7 | Given I am at the homepage |
| 8 | - Then I should see "Login" | 8 | + Then I should see "Sign In" |
| 9 | And I should see "Sign Up" | 9 | And I should see "Sign Up" |
| 10 | And I should see "Latest projects" | 10 | And I should see "Latest projects" |
| 11 | And I should see "Project" | 11 | And I should see "Project" |
| @@ -15,7 +15,7 @@ Feature: Homepage | @@ -15,7 +15,7 @@ Feature: Homepage | ||
| 15 | And I am signed in | 15 | And I am signed in |
| 16 | And I am at the homepage | 16 | And I am at the homepage |
| 17 | Then I should see "Edit" | 17 | Then I should see "Edit" |
| 18 | - And I should see "Logout" | 18 | + And I should see "Sign Out" |
| 19 | And I should see "Latest projects" | 19 | And I should see "Latest projects" |
| 20 | And I should see "Project" | 20 | And I should see "Project" |
| 21 | And I should see "My projects" | 21 | And I should see "My projects" |
| 22 | \ No newline at end of file | 22 | \ No newline at end of file |