Skip to content

Commit

Permalink
Removed reference comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kymed committed Dec 13, 2020
1 parent 2303086 commit b6608e2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions qa327_test/frontend/sell/test_frontend_sell.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,7 @@
nextday = nextdayobj.strftime('%Y%m%d')

class FrontEndSellTest(BaseCase):
'''
@patch('qa327.backend.get_user', return_value=test_user)
self.open(base_url + '/logout')
self.open(base_url + '/login')
self.type("#email", "test_frontend@test.com")
self.type("#password", "test_Frontend0!")
self.click('input[type="submit"]')
self.open(base_url)
'''

@patch('qa327.backend.get_user', return_value=test_user)
@patch('qa327.backend.sell_ticket', return_value=None)
def test_ticket_works(self, *_):
Expand Down

0 comments on commit b6608e2

Please sign in to comment.