We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfa062 commit 48b1167Copy full SHA for 48b1167
packages/signals/signals-integration-tests/src/tests/signals-vanilla/index-page.ts
@@ -39,7 +39,9 @@ export class IndexPage extends BasePage {
39
return this.page.click('#some-button')
40
}
41
42
- async clickComplexButton() {}
+ async clickComplexButton() {
43
+ return this.page.click('#complex-button')
44
+ }
45
46
async clickInsideComplexButton() {
47
return this.page.click('#complex-button h1')
0 commit comments