Skip to content
Snippets Groups Projects
Commit cbe81c2b authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3339611: Fix install package google-chrome-stable error after upgrade into 109 (Circle CI)

parent fb88d168
No related branches found
No related tags found
No related merge requests found
Feature: Example test for webship-js
As a tester
I want to login to webship.co site
And see Dashboards
So that I know it is working
Scenario: Check that an Authenticated user can not see the Dashboard
Given I go to "http://webship.test/user/login"
When I put username as "Authenticated user"
And I put password as "dD.123123ddd"
And I click on Login button
Then I should not see "Dashboards"
Scenario: Check that a Content editor can see the Dashboard
Given I go to "http://webship.test/user/login"
When I put username as "Content editor"
And I put password as "dD.123123ddd"
And I click on Login button
Then I should see "Dashboards"
Scenario: Check that the Webmaster user can see the Dashboard
Given I go to "http://webship.test/user/login"
When I put username as "Webmaster"
And I put password as "dD.123123ddd"
And I click on Login button
Then I should see "Dashboards"
......@@ -4,5 +4,5 @@ I want to be able to test the webship.co site
So that I know it is working
Scenario: Check the webship.co site
Given I go to "http://webship.test"
Then I should see "Welcome to Webship"
\ No newline at end of file
Given I go to "http://webship.test/user/login"
Then I should see "Log in"
\ No newline at end of file
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