File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ Add Implicit Wait
1818Get the page title
1919 get title
2020
21- Verify site content
22- ${site_content } = get text css=body
23- element should contain css=body Up and running
21+ Verify Local Page
22+ Title Should be BrowserStack Local
2423
2524Add first product to cart
2625 click element xpath=//*[@id="1"]/div[4]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Test Setup Execute local test
66Test Teardown Close Session
77
88*** Variables ***
9- ${local_website_url } = http://bs-local.com:45691/check
9+ ${local_website_url } = http://bs-local.com:45454
1010
1111*** Keywords ***
1212Execute local test
@@ -16,4 +16,4 @@ Execute local test
1616*** Test Cases ***
1717Local Test
1818 Add Implicit Wait
19- Verify site content
19+ Verify Local Page
You can’t perform that action at this time.
0 commit comments