mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-11 01:58:30 -05:00
7 lines
202 B
JavaScript
7 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]");
|
||
|
});
|
||
|
});
|