Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRK committed Aug 26, 2024
1 parent 5506d72 commit b4774ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vanguard/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ def place_order(
except (PlaywrightTimeoutError, AssertionError):
pass
try:
continue_button = self.session.page.get_by_role(
"button", name="Continue"
)
expect(continue_button).to_be_visible(timeout=3000)
continue_button.click()
continue_button = self.session.page.get_by_role(
"button", name="Continue"
)
expect(continue_button).to_be_visible(timeout=3000)
continue_button.click()
except (AssertionError, PlaywrightTimeoutError):
pass
try:
Expand Down

0 comments on commit b4774ac

Please sign in to comment.