Skip to content

Commit

Permalink
Fix e2e test for 8.5.0 release (#9694)
Browse files Browse the repository at this point in the history
Co-authored-by: Nagesh Pai <nagesh.pai@automattic.com>
  • Loading branch information
nagpai and Nagesh Pai committed Nov 11, 2024
1 parent 0a26a8e commit 4e466f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/fix-e2e-test-8.5.0-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Update string in E2E test - `Deposit` to `Payout`


Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe( 'Admin deposits', () => {
it( 'page should load without any errors', async () => {
await merchantWCP.openDeposits();
await expect( page ).toMatchElement( 'h2', {
text: 'Deposit history',
text: 'Payout history',
} );
await takeScreenshot( 'merchant-admin-deposits' );
} );
Expand Down

0 comments on commit 4e466f8

Please sign in to comment.