Comment Out Flaky Onboarding Spec (#11341)

This commit is contained in:
Molly Struve 2020-11-09 09:54:44 -05:00 committed by GitHub
parent 2a3093ea2e
commit b3ed84e68c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ RSpec.describe "Completing Onboarding", type: :system, js: true do
expect(page.html).to include("onboarding-container")
end
it "does not render the onboarding task card on the feed" do
xit "does not render the onboarding task card on the feed" do
visit "/"
# Explicitly test that the task card element HTML is not on the page.