Add retry to flaky specs

This commit is contained in:
Rohan Mitchell
2016-11-25 14:37:47 +11:00
parent 071ba5285d
commit d4fd66461e

View File

@@ -1,7 +1,7 @@
require 'spec_helper'
feature "As a consumer I want to check out my cart", js: true do
feature "As a consumer I want to check out my cart", js: true, retry: 3 do
include AuthenticationWorkflow
include ShopWorkflow
include CheckoutWorkflow