1
0
Fork 0

chase: Update card button text

Chase changed the name of my credit card from *CREDIT CARD* to *Amazon
Visa*.  Just in case they change it again or something, let's match only
on the card number.
master
Dustin 2024-03-24 10:58:42 -05:00
parent dd0edc599e
commit 2890597673
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class Chase:
log.info('Downloading transactions from %s to %s', from_date, to_date)
fmt = '%m/%d/%Y'
self.page.locator('#CARD_ACCOUNTS').get_by_role(
'button', name='CREDIT CARD (...2467)'
'button', name='(...2467)'
).first.click()
fl = self.page.locator('#flyout')
fl.wait_for()