diff --git a/tests/spec/core/ui-spec.js b/tests/spec/core/ui-spec.js index e9ae76ccd4..16cacecf69 100644 --- a/tests/spec/core/ui-spec.js +++ b/tests/spec/core/ui-spec.js @@ -10,8 +10,6 @@ describe("Core - Ui", function () { makeRSDoc(makeStandardOps(), function (doc) { var ui = doc.defaultView.respecUI; var pillContainer = doc.querySelector("#respec-ui"); - // Initially, it should be showing - expect(pillContainer.classList.contains("respec-hidden")).toBe(false); ui.show(); // showing it doesn't change it from showing expect(pillContainer.classList.contains("respec-hidden")).toBe(false);