Skip to content

Commit 9833397

Browse files
authored
Merge pull request #5 from Ankit098/sdk
local changes
2 parents 3b84685 + e407f27 commit 9833397

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/KeywordsFile.robot

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Add Implicit Wait
1818
Get 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

2524
Add first product to cart
2625
click element xpath=//*[@id="1"]/div[4]

tests/LocalTest.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Test Setup Execute local test
66
Test 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 ***
1212
Execute local test
@@ -16,4 +16,4 @@ Execute local test
1616
*** Test Cases ***
1717
Local Test
1818
Add Implicit Wait
19-
Verify site content
19+
Verify Local Page

0 commit comments

Comments
 (0)