cleaned up integration test flow
This commit is contained in:
parent
23d629b80b
commit
76de2b29a5
20 changed files with 123 additions and 1798 deletions
|
@ -1,4 +1,5 @@
|
|||
export default class Page {
|
||||
/* global browser */
|
||||
class Page {
|
||||
constructor() {}
|
||||
|
||||
open(path) {
|
||||
|
@ -13,3 +14,4 @@ export default class Page {
|
|||
*/
|
||||
waitForPageToLoad() {}
|
||||
}
|
||||
module.exports = Page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue