Skip to content

Commit 034db01

Browse files
authored
Merge pull request #3568 from NoelDeMartin/MOBILE-4239-behat
MOBILE-4239 behat: Disable snapshot steps
2 parents e20f2c9 + b2ad637 commit 034db01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/core/features/course/tests/behat/basic_usage.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/core/features/login/tests/behat/basic_usage.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)