We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09bea1 commit 3076c21Copy full SHA for 3076c21
e2e/pages/toastr.page.ts
@@ -98,11 +98,11 @@ export class ToastrPage extends BaseComponent {
98
}
99
100
async clickShowToastButton() {
101
- await this.showToastButton.clickButtonByText('Show toast'); // Use component
+ await this.showToastButton.clickButtonByText('Show toast');
102
103
104
async clickRandomToastButton() {
105
- await this.randomToastButton.clickButtonByText('Random toast'); //Use component
+ await this.randomToastButton.clickButtonByText('Random toast');
106
107
108
async setTitle(title: string) {
0 commit comments