Skip to content

Commit

Permalink
WIP fixing plaid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jan 24, 2024
1 parent 809d7d2 commit b78d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biweeklybudget/tests/acceptance/test_plaidlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_03_do_simple_link(self, base_url, selenium):
sb.send_keys('First Platypus')
# click on First Platypus Bank
WebDriverWait(selenium, 10).until(
EC.element_to_be_clickable((By.ID, 'aut-First Platypus Bank'))
EC.element_to_be_clickable((By.ID, 'aut-ins_109508'))
).click()
# click on the non-OAuth institution
WebDriverWait(selenium, 10).until(
Expand Down

0 comments on commit b78d76c

Please sign in to comment.