Skip to content

Commit

Permalink
refactor Page Object
Browse files Browse the repository at this point in the history
  • Loading branch information
RenBabiuch committed Sep 10, 2024
1 parent c4203ee commit 544753e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/PageObjects/RemoteMic/RemoteMicMainPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export class RemoteMicMainPagePO {
return this.page.getByTestId('remote-keyboard');
}

public async pressEnterByKeyboard() {
await this.page.getByTestId('keyboard-enter').click();
}

public get joinGameButton() {
return this.page.getByTestId('change-player');
}
Expand Down

0 comments on commit 544753e

Please sign in to comment.