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

Issue #2998212: Changed the Automated Functional Acceptance Testing to work...

Issue #2998212: Changed the Automated Functional Acceptance Testing to work with media library - only at the media admin content page
parent a25789b6
No related branches found
No related tags found
No related merge requests found
...@@ -113,9 +113,6 @@ projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2018-04-23 ...@@ -113,9 +113,6 @@ projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2018-04-23
projects[inline_entity_form][type] = module projects[inline_entity_form][type] = module
projects[inline_entity_form][version] = 1.0-rc1 projects[inline_entity_form][version] = 1.0-rc1
projects[video_embed_field][type] = module
projects[video_embed_field][version] = 2.0
projects[media_entity_instagram][type] = module projects[media_entity_instagram][type] = module
projects[media_entity_instagram][version] = 2.0-alpha2 projects[media_entity_instagram][version] = 2.0-alpha2
......
...@@ -8,7 +8,7 @@ So that I will be able to manage files, see where they have been used in content ...@@ -8,7 +8,7 @@ So that I will be able to manage files, see where they have been used in content
@javascript @local @development @staging @production @javascript @local @development @staging @production
Scenario: Check if content admins can access the content files page. Scenario: Check if content admins can access the content files page.
When I go to "admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
And I should not see "Access denied" And I should not see "Access denied"
...@@ -29,13 +29,13 @@ So that I will be able to manage files, see where they have been used in content ...@@ -29,13 +29,13 @@ So that I will be able to manage files, see where they have been used in content
And I wait And I wait
Then I should see "Flag Earth" Then I should see "Flag Earth"
And I wait And I wait
When I go to "/admin/content/media" When I go to "admin/content/media-table"
Then I should see "Add media" Then I should see "Add media"
And I should see the "Edit" in the "Flag Earth" row And I should see the "Edit" in the "Flag Earth" row
@javascript @local @development @staging @production @javascript @local @development @staging @production
Scenario: Check if content admins can edit files. Scenario: Check if content admins can edit files.
When I go to "admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I fill in "Flag Earth" for "edit-name" When I fill in "Flag Earth" for "edit-name"
...@@ -55,7 +55,7 @@ So that I will be able to manage files, see where they have been used in content ...@@ -55,7 +55,7 @@ So that I will be able to manage files, see where they have been used in content
@javascript @local @development @staging @production @javascript @local @development @staging @production
Scenario: Check if content admins can delete files. Scenario: Check if content admins can delete files.
When I go to "admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I fill in "Flag Earth after edit" for "edit-name" When I fill in "Flag Earth after edit" for "edit-name"
......
...@@ -6,7 +6,7 @@ So that the "Landing page" will show up having paragrpahs of different types ...@@ -6,7 +6,7 @@ So that the "Landing page" will show up having paragrpahs of different types
@local @development @staging @production @local @development @staging @production
Scenario: Upload the "Embed Flag Earth" file. Scenario: Upload the "Embed Flag Earth" file.
Given I am a logged in user with the "test_site_admin" user Given I am a logged in user with the "test_site_admin" user
When I go to "/admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I click "Add media" When I click "Add media"
......
...@@ -6,7 +6,7 @@ So that the "Landing page" will have text and images in right and left view. ...@@ -6,7 +6,7 @@ So that the "Landing page" will have text and images in right and left view.
@local @development @staging @production @local @development @staging @production
Scenario: Upload the "Embed Flag Earth" file. Scenario: Upload the "Embed Flag Earth" file.
Given I am a logged in user with the "test_site_admin" user Given I am a logged in user with the "test_site_admin" user
When I go to "/admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I click "Add media" When I click "Add media"
......
...@@ -5,7 +5,7 @@ I want to be able to add and remove entities to any allowed entityqueue. ...@@ -5,7 +5,7 @@ I want to be able to add and remove entities to any allowed entityqueue.
@local @development @staging @production @local @development @staging @production
Scenario: Upload the "Flag Earth" file. Scenario: Upload the "Flag Earth" file.
Given I am a logged in user with the "test_site_admin" user Given I am a logged in user with the "test_site_admin" user
When I go to "/admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I click "Add media" When I click "Add media"
......
...@@ -20,7 +20,7 @@ So that it will show up under that rich text field without having to upload the ...@@ -20,7 +20,7 @@ So that it will show up under that rich text field without having to upload the
@local @development @staging @production @local @development @staging @production
Scenario: Upload the "Embed Flag Earth" file. Scenario: Upload the "Embed Flag Earth" file.
When I go to "/admin/content/media" When I go to "admin/content/media-table"
And I wait And I wait
Then I should see "Add media" Then I should see "Add media"
When I click "Add media" When I click "Add media"
......
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