Skip to content

Commit 9398bb0

Browse files
committed
Update test row to match quote format of other rows
1 parent 845e7e3 commit 9398bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/swag_labs_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_swag_labs_basic_functional_flow(self, user):
6060
self.update_text("#postal-code", "01720")
6161

6262
# Checkout - Overview
63-
self.click('input.btn_primary')
63+
self.click("input.btn_primary")
6464
self.assert_exact_text("Checkout: Overview", "div.subheader")
6565
self.assert_element("link=CANCEL")
6666
self.assert_text(item_name, "div.inventory_item_name")

0 commit comments

Comments
 (0)