Skip to content

Commit

Permalink
Merge pull request #3110 from nebulab/spaghetticode/taxon-flaky-spec
Browse files Browse the repository at this point in the history
Tenative fix for flaky spec
  • Loading branch information
kennyadsl authored Feb 20, 2019
2 parents e16106f + 8994366 commit 6f2bd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/spec/features/admin/products/edit/taxons_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def assert_selected_taxons(taxons)

select2_search "Clothing", from: "Taxon"
click_button "Update"
expect(page).to have_content "Product \"#{product.name}\" has been successfully updated!"
assert_selected_taxons([taxon_1, taxon_2])
end

Expand Down

0 comments on commit 6f2bd16

Please sign in to comment.