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".
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
'use strict';
|
|
|
|
const web = require('../lib/web');
|
|
|
|
module.exports = web({
|
|
url: '/'
|
|
});
|