Skip to content

Commit

Permalink
Fix(ui-spec): Race condition in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 5, 2016
1 parent 8fd8d69 commit d471db2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/spec/core/ui-spec.js
Expand Up @@ -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);
Expand Down

0 comments on commit d471db2

Please sign in to comment.