Do not expect modal open when checking spinner gone

The element referenced in the following might no longer be visible:

  within "div.reveal-modal"
This commit is contained in:
Kristina Lim
2019-02-09 22:38:26 +08:00
parent a910468fc7
commit f143540d0c

View File

@@ -762,9 +762,9 @@ feature %q{
# Shows spinner whilst loading
expect(page).to have_css "img.spinner", visible: true
expect(page).to have_no_css "img.spinner", visible: true
end
expect(page).to have_no_css "img.spinner", visible: true
expect(page).to have_no_selector "div.reveal-modal"
within "table#listing_products tr#p_#{product.id}" do