Skip to content
Snippets Groups Projects
Commit 5c0dc42e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3255819 by Alaa Jwiehan, RajabNatshah: Maintain automated tests to work with Drupal 9.3.0

parent ce0e75aa
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,10 @@ So that they will be able to use the site.
Then I should see "Tester"
When I click "Edit" in the "Tester" row
And I wait
And I press "Cancel account"
And I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account Tester?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait 10s
Then I should see "People"
......@@ -22,7 +22,7 @@ Feature: Delete default testing users
And I select "Cancel the selected user accounts" from "action"
When I press "Apply to selected items"
And I wait
And I select the radio button "Delete the account and its content."
And I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Apply"
And I wait 15s
Then I should see "Action processing results: (6)."
\ No newline at end of file
......@@ -23,11 +23,11 @@ Feature: Delete default testing users.
When I click "Edit"
And I wait
Then I should see "test_authenticated"
When I press "Cancel account"
When I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account test_authenticated?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait for the batch job to finish
Then I should see "test_authenticated has been deleted."
......@@ -45,11 +45,11 @@ Feature: Delete default testing users.
When I click "Edit"
And I wait
Then I should see "test_editor"
When I press "Cancel account"
When I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account test_editor?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait for the batch job to finish
Then I should see "test_editor has been deleted."
......@@ -66,11 +66,11 @@ Feature: Delete default testing users.
When I click "Edit"
And I wait
Then I should see "test_content_admin"
When I press "Cancel account"
When I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account test_content_admin?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait for the batch job to finish
Then I should see "test_content_admin has been deleted."
......@@ -88,11 +88,11 @@ Feature: Delete default testing users.
When I click "Edit"
And I wait
Then I should see "test_site_admin"
When I press "Cancel account"
When I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account test_site_admin?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait for the batch job to finish
Then I should see "test_site_admin has been deleted."
......@@ -110,10 +110,10 @@ Feature: Delete default testing users.
When I click "Edit"
And I wait
Then I should see "test_super_admin"
When I press "Cancel account"
When I press "Confirm"
And I wait
Then I should see "Are you sure you want to cancel the account test_super_admin?"
When I select the radio button "Delete the account and its content."
And I press "Cancel account"
When I select the radio button "Delete the account and its content. This action cannot be undone."
And I press "Confirm"
And I wait for the batch job to finish
Then I should see "test_super_admin has been deleted."
......@@ -5805,7 +5805,7 @@ msgstr "مُدخل @argument"
msgid "Administer forums"
msgstr "إدارة المنتديات"
 
msgid "Cancel account"
msgid "Confirm"
msgstr "إلغاء الحساب"
 
msgid "Dependencies"
......@@ -8636,7 +8636,7 @@ msgstr "عند إلغاء هذه الحسابات"
msgid "Are you sure you want to cancel these user accounts?"
msgstr "هل أنت متأكد من إلغاء هذه الحسابات؟"
 
msgid "Cancel accounts"
msgid "Confirms"
msgstr "إلغاء الحسابات"
 
msgid "Add lowercase letters"
......@@ -9410,7 +9410,7 @@ msgstr ""
"حذف الحساب وجعل محتوياته ملكا "
"للمستخدم %anonymous-name."
 
msgid "Delete the account and its content."
msgid "Delete the account and its content. This action cannot be undone."
msgstr "حذف الحساب ومحتوياته."
 
msgid "String settings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment