mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Redesign login and registration pages.
This completes a major redesign of the Zulip login and registration pages, making them look much more slick and modern. Major features include: * Display of the realm name, description and icon on the login page and registration pages in the subdomains case. * Much slicker looking buttons and input fields. * A new overall style for the exterior of these portico pages.
This commit is contained in:
committed by
Tim Abbott
parent
6e512dddcb
commit
7afbc9ddd6
@@ -113,7 +113,7 @@ exports.then_log_out = function () {
|
||||
});
|
||||
|
||||
});
|
||||
casper.waitUntilVisible(".login-page-header", function () {
|
||||
casper.waitUntilVisible(".login-page-container", function () {
|
||||
casper.test.assertUrlMatch(/accounts\/login\/$/);
|
||||
casper.test.info("Logged out");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user