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

Issue #3120794: Fix I wait for AJAX to finish for Machine name JavaScript...

Issue #3120794: Fix I wait for AJAX to finish for Machine name JavaScript generation of the name of the entity type
parent f4bc5de8
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ Scenario: Create Test Content type
Then I should see "Add content type"
When I fill in "Test Content" for "Name"
And I wait for AJAX to finish
And I wait for 1 second
And I press "Save and manage fields"
And I wait
Then I should see "The content type Test Content has been added."
......@@ -23,6 +24,7 @@ Scenario: Add Entity Queue Test Queue and use Test Content type
Then I should see "Add Entity Queue"
When I fill in "Test Queue" for "Name"
And I wait for AJAX to finish
And I wait for 1 second
And I click "Entity settings"
And I wait
Then I should see "Content type"
......
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