mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Release glass style
This commit is contained in:
parent
7ffa5af91f
commit
155f4b6df2
12 changed files with 36 additions and 69 deletions
|
|
@ -12,18 +12,10 @@ Scenario('login/page', function(I) {
|
|||
I.see('Remember Me');
|
||||
});
|
||||
|
||||
Scenario('login/empty-fields-error', function(I) {
|
||||
I.fillField('.inputEmail', '');
|
||||
I.fillField('.inputPassword', '');
|
||||
I.click('.buttonLogin');
|
||||
I.see('Remember Me');
|
||||
I.seeElement('.controls.error');
|
||||
});
|
||||
|
||||
Scenario('login/auth-error', function(I) {
|
||||
I.fillField('.inputEmail', 'xxx');
|
||||
I.fillField('.inputPassword', 'yyy');
|
||||
I.click('.buttonLogin');
|
||||
I.click('.login-submit-icon');
|
||||
I.waitForVisible('.alertError', 3);
|
||||
I.see('Authentication failed', '.alertError');
|
||||
});
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Before((I) => {
|
|||
I.waitForElement('.e-powered', 10);
|
||||
I.fillField('.inputEmail', cfg.user);
|
||||
I.fillField('.inputPassword', cfg.pass);
|
||||
I.click('.buttonLogin');
|
||||
I.click('.login-submit-icon');
|
||||
I.waitForText('test@rainloop.de', 10, '.accountPlace');
|
||||
I.resizeWindow(1000, 1000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue