mailtrain/test/e2e/page-objects/home.js
Tomas Bures bb2b3da9dd Added waitUntilVisibleAfterRefresh and textsToWaitFor - both discussed with @witzig.
Page objects refactored to exploit textsToWaitFor if relevant.

Login tests refactored for the newer API.

Some additional tests in subscription. The rest at least included as "pending".
2017-05-26 00:13:40 +02:00

7 lines
91 B
JavaScript

'use strict';
const web = require('../lib/web');
module.exports = web({
url: '/'
});