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

Issue #3052690: Added a testing Scenario: Check Varbase update instructions page.

parent 34f1f61c
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ projects[search_api][type] = module ...@@ -382,7 +382,7 @@ projects[search_api][type] = module
projects[search_api][version] = 1.13 projects[search_api][version] = 1.13
projects[blazy][type] = module projects[blazy][type] = module
projects[blazy][version] = 1.0-rc4 projects[blazy][version] = 2.0-rc3
projects[slick][type] = module projects[slick][type] = module
projects[slick][version] = 1.1 projects[slick][version] = 1.1
...@@ -423,7 +423,6 @@ projects[libraries_ui][type] = module ...@@ -423,7 +423,6 @@ projects[libraries_ui][type] = module
projects[libraries_ui][version] = 1.0 projects[libraries_ui][version] = 1.0
projects[devel][type] = module projects[devel][type] = module
projects[devel][version] = 1.x-dev
projects[update_helper][type] = module projects[update_helper][type] = module
projects[update_helper][version] = 1.0 projects[update_helper][version] = 1.0
......
...@@ -68,7 +68,7 @@ So that I can use them after the install or update. ...@@ -68,7 +68,7 @@ So that I can use them after the install or update.
@check @local @development @staging @production @check @local @development @staging @production
Scenario: Check active type of media types. Scenario: Check active type of media types.
When I go to "media/add" When I go to "/media/add"
And I wait And I wait
Then I should see "File" Then I should see "File"
And I should see "Image" And I should see "Image"
...@@ -77,3 +77,11 @@ So that I can use them after the install or update. ...@@ -77,3 +77,11 @@ So that I can use them after the install or update.
And I should see "Audio" And I should see "Audio"
And I should see "Instagram" And I should see "Instagram"
And I should see "Tweet" And I should see "Tweet"
@check @local @development @staging @production
Scenario: Check Varbase update instructions page.
When I go to "/admin/config/development/update-helper"
And I wait
Then I should see "Varbase update instructions"
And I should see "100%"
And I should not see "Pending updates"
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