Skip to content

Commit

Permalink
test: screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Feb 13, 2024
1 parent 60f0252 commit 2112d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/tests/src/tests/TransferDashboardPage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ test
.click(TransferDashboardPage.findATransferButton)
.expect(TransferDashboardPage.ftTitle.exists).ok()
.click(TransferDashboardPage.findATransferModalAdvancedFiltering)
.takeScreenshot()
.click(TransferDashboardPage.findATransferModalBasicFindTransferTab)
.click(TransferDashboardPage.findATransferModalSubmit)
.click(TransferDashboardPage.backtoFilteringSubmitButton)
Expand Down

0 comments on commit 2112d03

Please sign in to comment.