Skip to content

Commit

Permalink
chore: remove skip form Scheduled Delivery - Second Purchase test
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonstrack committed Apr 27, 2024
1 parent a8f9f9a commit 0767732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function test(account) {
visitAndClearCookies(account)
})

it.skip('start with delivery then, choosing pickup, then choosing delivery', () => {
it('start with delivery then, choosing pickup, then choosing delivery', () => {
const email = getSecondPurchaseEmail()

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

0 comments on commit 0767732

Please sign in to comment.