Skip to content

Commit 41e2490

Browse files
authored
Merge pull request #3407 from SalesforceCommerceCloud/skip-flaky-e2e-test-case
Skip flaky E2E test case
2 parents 1adfe9f + c79409c commit 41e2490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

e2e/tests/desktop/registered-shopper.spec.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ test.beforeAll(async () => {
2525
* Test that registered shoppers can add a product to cart and go through the entire checkout process,
2626
* validating that shopper is able to get to the order summary section,
2727
* and that order shows up in order history
28+
*
29+
* @TODO: it appears that this test is very flaky and we haven't found a way to stablize it
30+
* Skipping this test for now until we can find a way to stablize it
2831
*/
29-
test('Registered shopper can checkout items', async ({page}) => {
32+
test.skip('Registered shopper can checkout items', async ({page}) => {
3033
await registeredUserHappyPath({page, registeredUserCredentials})
3134
})
3235

0 commit comments

Comments
 (0)