mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 01:46:51 +00:00
6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
describe("user page", function() {
|
|
it("should have a title", function() {
|
|
browser.get("http://matrix.org/alpha/#/login");
|
|
expect(browser.getTitle()).toEqual("[matrix]");
|
|
});
|
|
});
|