We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d13df7 commit fed1248Copy full SHA for fed1248
tests/behat/features/adminSettings.feature
@@ -5,7 +5,7 @@ Feature: Settings update
5
6
Scenario: Update 'profile' setting
7
Given I am a platform administrator
8
- And I am on "/main/admin/settings.php?category=User"
+ And I am on "/main/admin/settings.php?search_field=profile&category=search_setting"
9
And I check "Name"
10
And I check "e-mail"
11
And I check "Code"
tests/behat/features/toolWork.feature
@@ -47,6 +47,7 @@ Feature: Work tool
47
And I follow "Work 1"
48
And wait for the page to be loaded
49
Then I should see "Work description"
50
+ And wait for the page to be loaded
51
Then I follow "Correct and rate"
52
Then I follow "Download"
53
0 commit comments