Skip to content

Commit 3f6159b

Browse files
Newline fix
1 parent 44919a0 commit 3f6159b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

android/features/local.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Feature: BrowserStack Local Testing
22

33
Scenario: BStack Local Test - Can check tunnel working
44
When I start test on the Local Sample App
5-
Then I should see "Up and running"
5+
Then I should see "Up and running"

android/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
"selenium-webdriver": "4.1.2"
2424
}
2525
}
26-

ios/features/local.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Feature: BrowserStack Local Testing
22

33
Scenario: BStack Local Test - Can check tunnel working
44
When I start test on the Local Sample App
5-
Then I should see "Up and running"
5+
Then I should see "Up and running"

ios/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
"selenium-webdriver": "4.1.2"
2424
}
2525
}
26-

0 commit comments

Comments
 (0)