Skip to content

Commit

Permalink
fix: Leumi login selector (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: Baruch Odem <[email protected]>
  • Loading branch information
itairaz1 and baruchiro authored Jan 31, 2024
1 parent 630e1cb commit 9c76f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrapers/leumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async function fetchTransactions(page: Page, startDate: Moment): Promise<Transac


async function navigateToLogin(page: Page): Promise<void> {
const loginButtonSelector = '.enter-account a[aria-label*="כניסה לחשבונך"]';
const loginButtonSelector = '.enter-account a[originaltitle="כניסה לחשבונך"]';
debug('wait for homepage to click on login button');
await waitUntilElementFound(page, loginButtonSelector);
debug('navigate to login page');
Expand Down

0 comments on commit 9c76f6f

Please sign in to comment.