Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkray committed Oct 25, 2024
1 parent 1f38346 commit 2926a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bank-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
script: >
adb push .github/test_pdfs/password-protected.pdf /sdcard/Download ;
adb push .github/test_pdfs/sample.pdf /sdcard/Download ;
adb push .github/test_pdfs/test-pdf-no-results.pdf /sdcard/Download ;
adb push .github/test_pdfs/test_image.jpeg /sdcard/Download ;
adb push .github/test_pdfs/Testrechnung-RA-1.pdf /sdcard/Download ;
adb push .github/test_pdfs/too-many-pages.pdf /sdcard/Download ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ExtractionScreenTests {
idlingResource.waitForIdle()
reviewScreen.clickProcessButton()
Thread.sleep(5000)
// extractionScreen.editTransferSummaryFields("amountToPay", "200:EUR")
extractionScreen.editTransferSummaryFields("amountToPay", "200:EUR")
Thread.sleep(1000)
extractionScreen.checkTransferSummaryButtonIsClickable()
}
Expand Down

0 comments on commit 2926a5f

Please sign in to comment.