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

Issue #3341574: Have Automated Functional Acceptance Testing working for Varbase 10.0.x

parent 35eb8d42
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ As a site admin, I will create a new landing page, add a section with different ...@@ -43,7 +43,6 @@ As a site admin, I will create a new landing page, add a section with different
And I wait for AJAX to finish And I wait for AJAX to finish
And I click "Rich text" And I click "Rich text"
And I wait for AJAX to finish And I wait for AJAX to finish
And I check the box "Display title"
And I fill in "Test Rich text in 2 cols section, col 1" for "Title" And I fill in "Test Rich text in 2 cols section, col 1" for "Title"
And I fill in the rich text editor field "Body" with "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer aliquet diam nunc, ac dictum velit tincidunt quis. Integer ut imperdiet dui, sit amet tempus est. Curabitur molestie sem non purus dignissim pulvinar. Pellentesque id sapien consequat" And I fill in the rich text editor field "Body" with "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer aliquet diam nunc, ac dictum velit tincidunt quis. Integer ut imperdiet dui, sit amet tempus est. Curabitur molestie sem non purus dignissim pulvinar. Pellentesque id sapien consequat"
And I press the "Add block" button And I press the "Add block" button
...@@ -55,7 +54,6 @@ As a site admin, I will create a new landing page, add a section with different ...@@ -55,7 +54,6 @@ As a site admin, I will create a new landing page, add a section with different
And I wait for AJAX to finish And I wait for AJAX to finish
And I click "Rich text" And I click "Rich text"
And I wait for AJAX to finish And I wait for AJAX to finish
And I check the box "Display title"
And I fill in "Test Rich text in 2 cols section, col 2" for "Title" And I fill in "Test Rich text in 2 cols section, col 2" for "Title"
And I fill in the rich text editor field "Body" with "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer aliquet diam nunc, ac dictum velit tincidunt quis. Integer ut imperdiet dui, sit amet tempus est. Curabitur molestie sem non purus dignissim pulvinar. Pellentesque id sapien consequat" And I fill in the rich text editor field "Body" with "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer aliquet diam nunc, ac dictum velit tincidunt quis. Integer ut imperdiet dui, sit amet tempus est. Curabitur molestie sem non purus dignissim pulvinar. Pellentesque id sapien consequat"
And I press the "Add block" button And I press the "Add block" button
......
...@@ -40,7 +40,7 @@ I want to be able to clone an entity. ...@@ -40,7 +40,7 @@ I want to be able to clone an entity.
Then I should see "Clone" Then I should see "Clone"
When I click "Clone" When I click "Clone"
And I wait And I wait
Then I should see "Clone Content" Then I should see "Specify the child entities (the entities referenced by this entity) that should also be cloned as part of the cloning process."
When I press "edit-clone" When I press "edit-clone"
And I wait And I wait
Then I should see "Test Clone landing page - Cloned" Then I should see "Test Clone landing page - Cloned"
......
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