Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDamiani committed Dec 12, 2020
1 parent 69e9c3c commit c14933b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qa327_test/integration/buy/test_buy_user_walk_through.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def sell_ticket(self):
self.type("#sell_name", "Avengers")
self.type("#sell_quantity", "3")
self.type("#sell_price", "35")
self.type("#sell_exp_date", "2022\t12-20")
self.type("#sell_exp_date", "20221220")
self.click("#sell_submit")

def logout(self):
Expand Down
2 changes: 1 addition & 1 deletion qa327_test/integration/sell/test_sell_user_walk_through.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def sell_ticket(self):
self.type("#sell_name", "Avengers")
self.type("#sell_quantity", "3")
self.type("#sell_price", "35")
self.type("#sell_exp_date", "2022\t12-20")
self.type("#sell_exp_date", "20221220")
self.click("#sell_submit")

def test_sell_ticket(self):
Expand Down

0 comments on commit c14933b

Please sign in to comment.