test: add tests for executions
This commit is contained in:
@@ -2,4 +2,11 @@ const { AuthenticatedPage } = require('./authenticated-page');
|
||||
|
||||
export class ExecutionsPage extends AuthenticatedPage {
|
||||
screenshotPath = '/executions';
|
||||
|
||||
constructor(page) {
|
||||
super(page);
|
||||
|
||||
this.executionRow = this.page.getByTestId('execution-row');
|
||||
this.executionsPageLoader = this.page.getByTestId('executions-loader');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user