mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Add acceptance tests for all mobile templates
This commit is contained in:
10
test/javascripts/acceptance/mobile-users-test.js.es6
Normal file
10
test/javascripts/acceptance/mobile-users-test.js.es6
Normal file
@ -0,0 +1,10 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("User Directory - Mobile", { mobileView: true });
|
||||
|
||||
test("Visit Page", () => {
|
||||
visit("/users");
|
||||
andThen(() => {
|
||||
ok(exists('.directory .user'), "has a list of users");
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user