Skip to content
Snippets Groups Projects
Commit f4bc5de8 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 da23daf8
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ Scenario: Create Test Content type ...@@ -7,6 +7,7 @@ Scenario: Create Test Content type
And I wait And I wait
Then I should see "Add content type" Then I should see "Add content type"
When I fill in "Test Content" for "Name" When I fill in "Test Content" for "Name"
And I wait for AJAX to finish
And I press "Save and manage fields" And I press "Save and manage fields"
And I wait And I wait
Then I should see "The content type Test Content has been added." Then I should see "The content type Test Content has been added."
...@@ -21,6 +22,7 @@ Scenario: Add Entity Queue Test Queue and use Test Content type ...@@ -21,6 +22,7 @@ Scenario: Add Entity Queue Test Queue and use Test Content type
And I wait And I wait
Then I should see "Add Entity Queue" Then I should see "Add Entity Queue"
When I fill in "Test Queue" for "Name" When I fill in "Test Queue" for "Name"
And I wait for AJAX to finish
And I click "Entity settings" And I click "Entity settings"
And I wait And I wait
Then I should see "Content type" 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