Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/KeywordsFile.robot
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Add Implicit Wait
Get the page title
get title

Verify site content
${site_content}= get text css=body
element should contain css=body Up and running
Verify Local Page
Title Should be BrowserStack Local

Add first product to cart
click element xpath=//*[@id="1"]/div[4]
Expand Down
4 changes: 2 additions & 2 deletions tests/LocalTest.robot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Test Setup Execute local test
Test Teardown Close Session

*** Variables ***
${local_website_url}= http://bs-local.com:45691/check
${local_website_url}= http://bs-local.com:45454

*** Keywords ***
Execute local test
Expand All @@ -16,4 +16,4 @@ Execute local test
*** Test Cases ***
Local Test
Add Implicit Wait
Verify site content
Verify Local Page