Skip to content

Commit

Permalink
try stuff for flakiness #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lndrtrbn authored and marieflorescontact committed May 10, 2024
1 parent c1f9460 commit 01faa62
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 375 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ export default class ReportFormPage {

constructor(private page: Page) {}

getTitle() {
getCreateTitle() {
return this.page.getByRole('heading', { name: 'Create a report' });
}

getUpdateTitle() {
return this.page.getByRole('heading', { name: 'Update a report' });
}

getCreateButton() {
return this.page.getByRole('button', { name: 'Create', exact: true });
}
Expand Down
Loading

0 comments on commit 01faa62

Please sign in to comment.