Skip to content
Snippets Groups Projects
Commit ecb01876 authored by Shaimaa Natshah's avatar Shaimaa Natshah
Browse files

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
......@@ -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,
......
......@@ -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
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