Skip to content

Commit 0c23402

Browse files
kamal-kaur04francisf
authored andcommitted
added minor changes
1 parent a1747db commit 0c23402

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

playwright-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>
23-
</project>
23+
</project>

playwright-python/local-playwright-test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@
3333

3434
browser.close()
3535

36+
37+
3638

playwright-python/single-playwright-test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
except:
3131
page.evaluate("_ => {}", "browserstack_executor: {\"action\": \"setSessionStatus\", \"arguments\": {\"status\":\"failed\", \"reason\": \" Title did not match\"}}");
3232

33-
browser.close()
33+
browser.close()
34+
35+
3436

3537

0 commit comments

Comments
 (0)