Skip to content

Commit 3076c21

Browse files
committed
clean up button click methods
1 parent b09bea1 commit 3076c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: e2e/pages/toastr.page.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ export class ToastrPage extends BaseComponent {
9898
}
9999

100100
async clickShowToastButton() {
101-
await this.showToastButton.clickButtonByText('Show toast'); // Use component
101+
await this.showToastButton.clickButtonByText('Show toast');
102102
}
103103

104104
async clickRandomToastButton() {
105-
await this.randomToastButton.clickButtonByText('Random toast'); //Use component
105+
await this.randomToastButton.clickButtonByText('Random toast');
106106
}
107107

108108
async setTitle(title: string) {

0 commit comments

Comments
 (0)