Skip to content

Commit fd439a6

Browse files
authored
[E2E - All] Fix E2E test race condition in dispute challenge save test (#11164)
1 parent 4ef1caf commit fd439a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: E2E test-only change, no production code affected.
4+
5+

tests/e2e/specs/wcpay/merchant/merchant-disputes-respond.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,11 +643,6 @@ test.describe( 'Disputes > Respond to a dispute', () => {
643643
hasText: 'Evidence saved!',
644644
} )
645645
).toBeVisible( { timeout: 10000 } );
646-
647-
// Sanity-check the field didn't reset visually before leaving the page
648-
await expect(
649-
merchantPage.getByLabel( 'PRODUCT DESCRIPTION' )
650-
).toHaveValue( 'my product description' );
651646
} );
652647

653648
await test.step( 'Go back to the payment details page', async () => {

0 commit comments

Comments
 (0)