We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1adfe9f + c79409c commit 41e2490Copy full SHA for 41e2490
e2e/tests/desktop/registered-shopper.spec.js
@@ -25,8 +25,11 @@ test.beforeAll(async () => {
25
* Test that registered shoppers can add a product to cart and go through the entire checkout process,
26
* validating that shopper is able to get to the order summary section,
27
* 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
31
*/
-test('Registered shopper can checkout items', async ({page}) => {
32
+test.skip('Registered shopper can checkout items', async ({page}) => {
33
await registeredUserHappyPath({page, registeredUserCredentials})
34
})
35
0 commit comments