Skip to content

Commit

Permalink
poprawa testu
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed May 2, 2023
1 parent 2b882cc commit f5a9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/PaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testSubmitFormWithBankTransfer()
->clickAtXPath('//*[@id="js-payment"]/form/div[1]/div[2]/ul/li[2]/a')
->press('Zapłać i zapisz')
->waitForText('Przelewy24 test payment page', 60)
->clickAtXPath('/html/body/div[2]/main/div[3]/section[1]/div[2]/div/a[1]')
->clickAtXPath('/html/body/div/main/div[3]/section[1]/div[2]/div/a[1]')
->waitForText('Dziękujemy! W momencie zaksięgowania wpłaty, dostaniesz potwierdzenie na adres e-mail.')
->assertRouteIs('job.offer', [$job->id, $job->slug]);
});
Expand Down

0 comments on commit f5a9880

Please sign in to comment.