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
ecb01876
Commit
ecb01876
authored
1 year ago
by
Shaimaa Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3398563
: Fix the link in the check homepage feature file
parent
8fd72ed8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nightwatch.conf.js
+1
-1
1 addition, 1 deletion
nightwatch.conf.js
tests/features/check-homepage.feature
+1
-1
1 addition, 1 deletion
tests/features/check-homepage.feature
with
2 additions
and
2 deletions
nightwatch.conf.js
+
1
−
1
View file @
ecb01876
...
...
@@ -19,7 +19,7 @@ module.exports = {
test_settings
:
{
default
:
{
launch_url
:
'
http://webship.test
/
'
,
launch_url
:
'
http://webship.test
'
,
selenium_port
:
4444
,
selenium_host
:
'
127.0.0.1
'
,
silent
:
true
,
...
...
This diff is collapsed.
Click to expand it.
tests/features/check-homepage.feature
+
1
−
1
View file @
ecb01876
...
...
@@ -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
/user/login"
Given
I go to
"/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