mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-70760-master' of https://github.com/vietlx426/moodle-1
This commit is contained in:
commit
540dc05e1c
8 changed files with 216 additions and 3 deletions
|
@ -23,3 +23,13 @@ Feature: Incoming mail configuration
|
|||
When I navigate to "Server > Email > Incoming mail configuration" in site administration
|
||||
Then "OAuth 2 service" "select" should exist
|
||||
And I should see "Testing service" in the "OAuth 2 service" "select"
|
||||
|
||||
@javascript
|
||||
Scenario: Check character limitations of mailbox name
|
||||
When I navigate to "Server > Email > Incoming mail configuration" in site administration
|
||||
And I set the field "Mailbox name" to "frogfrogfrogfrog"
|
||||
Then I should see "Maximum of 15 characters"
|
||||
And the "disabled" attribute of "form#adminsettings button[type='submit']" "css_element" should contain "true"
|
||||
And I set the field "Mailbox name" to "frogfrogfrogfro"
|
||||
And I should not see "Maximum of 15 characters"
|
||||
And the "disabled" attribute of "form#adminsettings button[type='submit']" "css_element" should not be set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue