Skip to content

Commit

Permalink
Removed decline functional test case
Browse files Browse the repository at this point in the history
Removed decline functional test case
  • Loading branch information
Vijay committed Dec 30, 2016
1 parent 4e21680 commit 92491b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/functional/test_workshops_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ def test_workshop_flow(base_url, browser, outbox):
# hold_workshop_link.click()

# checking declined state
browser.visit(url)
decline_workshop_link = browser.find_by_text('Decline')[0]
assert decline_workshop_link
decline_workshop_link.click()
# browser.visit(url)
# decline_workshop_link = browser.find_by_text('Decline')[0]
# assert decline_workshop_link
# decline_workshop_link.click()

browser.visit(url)
hold_workshop_link = browser.find_by_text('Hold')[0]
Expand Down

0 comments on commit 92491b2

Please sign in to comment.