mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-74643 core_user: Fix Behat test.
Stop using deprecated steps.
This commit is contained in:
parent
f50b622319
commit
080e11e35a
1 changed files with 2 additions and 2 deletions
|
@ -82,10 +82,10 @@ Feature: Contact site support method and availability can be customised
|
||||||
When I log in as "user1"
|
When I log in as "user1"
|
||||||
And I am on site homepage
|
And I am on site homepage
|
||||||
And I click on "Contact site support" "link" in the "page-footer" "region"
|
And I click on "Contact site support" "link" in the "page-footer" "region"
|
||||||
And I switch to the browser tab opened by the app
|
And I switch to a second window
|
||||||
Then I should see "User One" in the "page-header" "region"
|
Then I should see "User One" in the "page-header" "region"
|
||||||
And I should not see "Contact site support" in the "page-header" "region"
|
And I should not see "Contact site support" in the "page-header" "region"
|
||||||
And I close the browser tab opened by the app
|
And I close all opened windows
|
||||||
|
|
||||||
Scenario: Visiting the contact site support page directly will redirect to the custom support page if set
|
Scenario: Visiting the contact site support page directly will redirect to the custom support page if set
|
||||||
Given the following config values are set as admin:
|
Given the following config values are set as admin:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue