mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-64066 behat: fix missing quote preventing jobs to complete
This commit is contained in:
parent
8907290a46
commit
1a82729734
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Feature: Users can edit tags to add description or rename
|
||||||
And I set the field "New name for tag Turtle" to "DOG"
|
And I set the field "New name for tag Turtle" to "DOG"
|
||||||
And I press key "13" in the field "New name for tag Turtle"
|
And I press key "13" in the field "New name for tag Turtle"
|
||||||
And I should see "The tag name is already in use. Do you want to combine these tags?"
|
And I should see "The tag name is already in use. Do you want to combine these tags?"
|
||||||
And I click on "Cancel" "button in the "Confirm" "dialogue"
|
And I click on "Cancel" "button" in the "Confirm" "dialogue"
|
||||||
And "New name for tag" "field" should not exist
|
And "New name for tag" "field" should not exist
|
||||||
And I should see "Turtle"
|
And I should see "Turtle"
|
||||||
And I should see "Dog"
|
And I should see "Dog"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue