mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
cleaned up integration test flow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user