Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tenative fix for flaky spec #3110

Merged
merged 1 commit into from Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/spec/features/admin/products/edit/taxons_spec.rb
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