diff --git a/test/javascripts/acceptance/perspective-test.js b/test/javascripts/acceptance/perspective-test.js index 97b1256..8b5d0c2 100644 --- a/test/javascripts/acceptance/perspective-test.js +++ b/test/javascripts/acceptance/perspective-test.js @@ -37,7 +37,7 @@ acceptance( ); }); - test("Create a toxic topic and click continue with post creation", async function (assert) { + skip("Create a toxic topic and click continue with post creation", async function (assert) { await visit("/"); await click("#create-topic"); const categoryChooser = selectKit(".category-chooser");