Skip to content

Commit b045dd1

Browse files
Revert "chore: skip Scheduled Delivery tests to investigate false positive"
1 parent a8f9f9a commit b045dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tests/shipping/models/Scheduled Delivery - Credit card.model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function test(account) {
2121
visitAndClearCookies(account)
2222
})
2323

24-
it.skip('complete purchase with scheduled delivery', () => {
24+
it('complete purchase with scheduled delivery', () => {
2525
const email = getRandomEmail()
2626

2727
setup({ skus: [SKUS.SCHEDULED_DELIVERY], account })

Diff for: tests/shipping/models/Scheduled Delivery - Second Purchase - Credit card.model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function test(account) {
1717
visitAndClearCookies(account)
1818
})
1919

20-
it.skip('start with delivery then, choosing pickup, then choosing delivery', () => {
20+
it('start with delivery then, choosing pickup, then choosing delivery', () => {
2121
const email = getSecondPurchaseEmail()
2222

2323
setup({ skus: [SKUS.SCHEDULED_DELIVERY], account })

0 commit comments

Comments
 (0)