Comment Out Flaky Onboarding Spec (#11341)
This commit is contained in:
parent
2a3093ea2e
commit
b3ed84e68c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue