Merge branch 'master' of github.com:Mailtrain-org/mailtrain
Conflicts: test/e2e/index.js test/e2e/lib/mail.js test/e2e/lib/mocha-e2e.js test/e2e/lib/page.js test/e2e/lib/worker-counter.js test/e2e/page-objects/subscription.js
This commit is contained in:
commit
731226dfeb
20 changed files with 580 additions and 105 deletions
|
@ -9,7 +9,7 @@ const expect = require('chai').expect;
|
|||
const page = require('../page-objects/user');
|
||||
const home = require('../page-objects/home');
|
||||
|
||||
suite('Login use-cases', function() {
|
||||
suite('Login use-cases', () => {
|
||||
before(() => driver.manage().deleteAllCookies());
|
||||
|
||||
test('User can access home page', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue