mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 15:15:25 +02:00
MDL-63187 tool_dataprivacy: Behat fixes for confirmation lang strings
This commit is contained in:
parent
76e9e2f9c0
commit
1b070cfe41
@ -29,6 +29,6 @@ Feature: Manage data categories
|
||||
Given I click on "Actions" "link" in the "Category 1" "table_row"
|
||||
And I choose "Delete" in the open action menu
|
||||
And I should see "Delete category"
|
||||
And I should see "Are you sure you want to delete the category \"Category 1\"?"
|
||||
And I should see "Are you sure you want to delete the category 'Category 1'?"
|
||||
When I press "Delete"
|
||||
Then I should not see "Category 1" in the "List of data categories" "table"
|
||||
|
@ -51,6 +51,6 @@ Feature: Manage data storage purposes
|
||||
Given I click on "Actions" "link" in the "Purpose 1" "table_row"
|
||||
And I choose "Delete" in the open action menu
|
||||
And I should see "Delete purpose"
|
||||
And I should see "Are you sure you want to delete the purpose \"Purpose 1\"?"
|
||||
And I should see "Are you sure you want to delete the purpose 'Purpose 1'?"
|
||||
When I press "Delete"
|
||||
Then I should not see "Purpose 1" in the "List of data purposes" "table"
|
||||
|
Loading…
x
Reference in New Issue
Block a user