Skip to content

Commit 48b1167

Browse files
committed
wip
1 parent acfa062 commit 48b1167

File tree

1 file changed

+3
-1
lines changed
  • packages/signals/signals-integration-tests/src/tests/signals-vanilla

1 file changed

+3
-1
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/index-page.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export class IndexPage extends BasePage {
3939
return this.page.click('#some-button')
4040
}
4141

42-
async clickComplexButton() {}
42+
async clickComplexButton() {
43+
return this.page.click('#complex-button')
44+
}
4345

4446
async clickInsideComplexButton() {
4547
return this.page.click('#complex-button h1')

0 commit comments

Comments
 (0)