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

Issue #3125023: Change Automated Functional Acceptance Testing after a new...

Issue #3125023: Change Automated Functional Acceptance Testing after a new release for Entityqueue module with change of UI configs
parent cc411b86
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Scenario: Add Entity Queue Test Queue and use Test Content type
Then I should see "Add entity queue"
When I click "Add entity queue"
And I wait
Then I should see "Add Entity Queue"
Then I should see "Configure entity queue"
When I fill in "Test Queue" for "Name"
And I wait for AJAX to finish
And I wait for 1 second
......
......@@ -18,18 +18,29 @@ Scenario: Check that Reverse order in admin view is working
When I go to "/admin/structure/entityqueue/test_queue#edit-queue-settings"
And I wait
Then I should see "Edit Entity Queue"
Then I should see "Configure Test Queue"
When I click "Queue settings"
And I wait
Then I should see "Restrict this queue to a minimum of"
And I should see "Reverse order in admin view"
When I check the box "Reverse order in admin view"
And I should see "Reverse"
When I check the box "Reverse"
And I press "Save"
And I wait
Then I should see "The entity queue Test Queue has been updated."
When I go to "/admin/structure/entityqueue"
And I wait
Then I should see "Test Queue"
When I click "Edit items" in the "Test Queue" row
And I wait
Then I should see "Edit subqueue Test Queue"
When I press "Reverse"
And I wait
And I press "Save"
And I wait
Then I should see "The entity subqueue Test Queue has been updated."
When I go to "/admin/structure/entityqueue"
And I wait
Then I should see "Test Queue"
When I click "Edit items" in the "Test Queue" row
And I wait
Then I should see "Edit subqueue Test Queue"
......
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