mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Upgrade QUnit to latest version
This commit is contained in:
parent
8ae445766f
commit
cc525b1a8d
145 changed files with 7569 additions and 6763 deletions
|
@ -2,9 +2,9 @@ import { acceptance } from "helpers/qunit-helpers";
|
|||
|
||||
acceptance("User Directory - Mobile", { mobileView: true });
|
||||
|
||||
test("Visit Page", () => {
|
||||
QUnit.test("Visit Page", assert => {
|
||||
visit("/users");
|
||||
andThen(() => {
|
||||
ok(exists('.directory .user'), "has a list of users");
|
||||
assert.ok(exists('.directory .user'), "has a list of users");
|
||||
});
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue