Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webship
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
webship
Commits
cbe81c2b
Commit
cbe81c2b
authored
2 years ago
by
Tasneem Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3339611
: Fix install package google-chrome-stable error after upgrade into 109 (Circle CI)
parent
fb88d168
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/features/check-dashboards.feature
+0
-26
0 additions, 26 deletions
tests/features/check-dashboards.feature
tests/features/check-homepage.feature
+2
-2
2 additions, 2 deletions
tests/features/check-homepage.feature
with
2 additions
and
28 deletions
tests/features/check-dashboards.feature
deleted
100644 → 0
+
0
−
26
View file @
fb88d168
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"
This diff is collapsed.
Click to expand it.
tests/features/check-homepage.feature
+
2
−
2
View file @
cbe81c2b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment