test: add import and export flow tests
This commit is contained in:
10
packages/e2e-tests/fixtures/flows-page.js
Normal file
10
packages/e2e-tests/fixtures/flows-page.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { AuthenticatedPage } = require('./authenticated-page');
|
||||
|
||||
export class FlowsPage extends AuthenticatedPage {
|
||||
constructor(page) {
|
||||
super(page);
|
||||
|
||||
this.flowRow = this.page.getByTestId('flow-row');
|
||||
this.importFlowButton = page.getByTestId('import-flow-button');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user