Skip to content

Commit fed1248

Browse files
committed
Minor - fix behat tests
1 parent 4d13df7 commit fed1248

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/behat/features/adminSettings.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Feature: Settings update
55

66
Scenario: Update 'profile' setting
77
Given I am a platform administrator
8-
And I am on "/main/admin/settings.php?category=User"
8+
And I am on "/main/admin/settings.php?search_field=profile&category=search_setting"
99
And I check "Name"
1010
And I check "e-mail"
1111
And I check "Code"

tests/behat/features/toolWork.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Feature: Work tool
4747
And I follow "Work 1"
4848
And wait for the page to be loaded
4949
Then I should see "Work description"
50+
And wait for the page to be loaded
5051
Then I follow "Correct and rate"
5152
Then I follow "Download"
5253

0 commit comments

Comments
 (0)