summary refs log tree commit diff
path: root/webclient/test/e2e/user.spec.js
blob: bbac53899b8d9a626e1e9a14f2aa3efb625e15ad (plain) (blame)
1
2
3
4
5
6
describe("user page", function() {
    it("should have a title", function() {
        browser.get("http://matrix.org/alpha/#/login");
        expect(browser.getTitle()).toEqual("[matrix]");
    });
});