mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-66378 behat: Change screen size to small to work around UI bugs
This commit is contained in:
parent
6fd975cc07
commit
dbcbee4133
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ Feature: Manage tokens
|
||||||
| username | password | firstname | lastname |
|
| username | password | firstname | lastname |
|
||||||
| testuser | testuser | Joe | Bloggs |
|
| testuser | testuser | Joe | Bloggs |
|
||||||
| testuser2 | testuser2 | TestFirstname | TestLastname |
|
| testuser2 | testuser2 | TestFirstname | TestLastname |
|
||||||
|
And I change window size to "small"
|
||||||
And I log in as "admin"
|
And I log in as "admin"
|
||||||
And I am on site homepage
|
And I am on site homepage
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ Feature: Manage competency frameworks
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given I log in as "admin"
|
Given I log in as "admin"
|
||||||
|
And I change window size to "small"
|
||||||
And I am on site homepage
|
And I am on site homepage
|
||||||
|
|
||||||
Scenario: Create a new framework
|
Scenario: Create a new framework
|
||||||
|
|
|
@ -6,6 +6,7 @@ Feature: Manage plearning plan templates
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given I log in as "admin"
|
Given I log in as "admin"
|
||||||
|
And I change window size to "small"
|
||||||
And I am on site homepage
|
And I am on site homepage
|
||||||
|
|
||||||
Scenario: Create a new learning plan template
|
Scenario: Create a new learning plan template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue