Skip to content

Commit

Permalink
get rid of test__should_show_ad_jeff (#55)
Browse files Browse the repository at this point in the history
the referenced URL (trycontra) does not work anymore
  • Loading branch information
sfindeisen committed Apr 4, 2024
1 parent 127a712 commit 222b9aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/tests_basic/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,3 @@ def test__should_report_win(self):
self.driver.get(buyer_server.address)
self.assertDriverContainsText('h1', 'Hello')
self.driver.get(publisher_server.address)

@print_debug
@log_exception
def test__should_show_ad_jeff(self):
self.driver.get('https://www.trycontra.com/test/td/join.html')
self.assertDriverContainsText('body', 'joined interest group')

self.driver.get('https://www.jefftk.com/test/td/auction.html')
self.findFrameAndSwitchToIt()
logger.info(self.driver.page_source)
self.assertDriverContainsText('body', 'TC AD 1')

0 comments on commit 222b9aa

Please sign in to comment.