Skip to content

Commit

Permalink
fix: E2E test breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Nov 26, 2024
1 parent 01b2c77 commit a7464cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pages/web-pages/donation/donation.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class DonationPage extends CampaignsPage {
bgLocalizationValidation['informed-agree-with'] + ' ' + bgLocalizationValidation.gdpr
private readonly enPrivacyCheckboxText =
enLocalizationValidation['informed-agree-with'] + ' ' + enLocalizationValidation.gdpr
private readonly bgStripeErrorNoBalanceText = 'Картата Ви не разполага с достатъчно средства.'
private readonly bgStripeErrorNoBalanceText = 'В картата ви няма достатъчно средства. Опитайте с друга.'

async checkPageUrlByRegExp(urlRegExpAsString?: string, timeoutParam = 10000): Promise<void> {
await this.page.waitForTimeout(1000)
Expand Down

0 comments on commit a7464cd

Please sign in to comment.