0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-18 06:19:24 +02:00
synapse/webclient/test/e2e/user.spec.js

7 lines
202 B
JavaScript
Raw Normal View History

describe("user page", function() {
it("should have a title", function() {
browser.get("http://matrix.org/alpha/#/login");
expect(browser.getTitle()).toEqual("[matrix]");
});
});