Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
07f3c02e
Commit
07f3c02e
authored
Sep 24, 2015
by
Rajesh Taneja
Committed by
David Monllaó
Sep 24, 2015
Browse files
MDL-49973 behat: Fixed string change from Continue to Delete
parent
837c4dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
question/tests/behat/delete_questions.feature
View file @
07f3c02e
...
...
@@ -27,7 +27,7 @@ Feature: A teacher can delete questions in the question bank
@javascript
Scenario
:
A
question not used anywhere can really be deleted
When
I click on
"Delete"
"link"
in the
"Test question to be deleted"
"table_row"
And
I press
"
Continu
e"
And
I press
"
Delet
e"
And
I click on
"Also show old questions"
"checkbox"
Then
I should not see
"Test question to be deleted"
...
...
@@ -48,7 +48,7 @@ Feature: A teacher can delete questions in the question bank
|
Question
text
|
Write
about
whatever
you
want
|
And
I navigate to
"Questions"
node in
"Course administration > Question bank"
When
I click on
"Delete"
"link"
in the
"Test used question to be deleted"
"table_row"
And
I press
"
Continu
e"
And
I press
"
Delet
e"
Then
I should not see
"Test used question to be deleted"
And
I click on
"Also show old questions"
"checkbox"
And
I should see
"Test used question to be deleted"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment