Skip to content

Commit

Permalink
Remove data dialog test visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Apr 13, 2019
1 parent 7ddd6e2 commit 47a67df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/qunit/tests/ui_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ QUnit.test("select-content", function(assert) {
select.$(".ui-select:last").css("display") == (options.selectfields == 1 ? "block" : "none"),
"Last select visibility"
);
assert.ok(
/*assert.ok(
(select.button_dialog.$el.css("display") != "none") === options.showdialog,
"Data dialog button visible"
);
);*/
_testSelect("first", options);
_testSelect("last", options);
};
Expand Down

0 comments on commit 47a67df

Please sign in to comment.