mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 10:17:24 +08:00
DEV: Restore skipped JS test
This works for me locally, so the issue has likely been fixed since the test was skipped
This commit is contained in:
parent
cb493b66e0
commit
337545f4f6
@ -91,10 +91,9 @@ QUnit.test("update some fields", async assert => {
|
||||
"tags tab isn't there when tags are disabled"
|
||||
);
|
||||
|
||||
// Error: Unhandled request in test environment: /themes/assets/10d71596-7e4e-4dc0-b368-faa3b6f1ce6d?_=1493833562388 (GET)
|
||||
// click(".preferences-nav .nav-interface a");
|
||||
// click('.control-group.other input[type=checkbox]:first');
|
||||
// savePreferences();
|
||||
click(".preferences-nav .nav-interface a");
|
||||
click(".control-group.other input[type=checkbox]:first");
|
||||
savePreferences();
|
||||
|
||||
assert.ok(
|
||||
!exists(".preferences-nav .nav-apps a"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user