File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Feature: Test basic usage of one course in app
9191
9292 When I set "page-core-course-index .core-course-thumb" styles to "--course-color" "lightblue"
9393 And I set "page-core-course-index .core-course-thumb" styles to "--course-color-tint" "white"
94- Then the UI should match the snapshot
94+ # Then the UI should match the snapshot
9595
9696 When I press "Choice course 1" in the app
9797 Then the header should be "Choice course 1" in the app
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Feature: Test basic usage of login in app
3131 And I press "Connect to your site" in the app
3232 Then I should find "Acceptance test site" in the app
3333 And I replace "/.*/" within ".core-siteurl" with "https://campus.example.edu"
34- And the UI should match the snapshot
34+ # And the UI should match the snapshot
3535
3636 When I set the following fields to these values in the app:
3737 | Username | student1 |
3838 | Password | student1 |
3939 And I press "Log in" near "Forgotten your username or password?" in the app
4040 Then I should find "Acceptance test site" in the app
41- And the UI should match the snapshot
41+ # And the UI should match the snapshot
4242 But I should not find "Log in" in the app
4343
4444 Scenario : Add a non existing account
You can’t perform that action at this time.
0 commit comments