Skip to content

Commit

Permalink
Ignore waitUntilIdle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG committed Nov 27, 2024
1 parent c91cc04 commit c9fbcf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ parameters:
ignoreErrors:
- '#^Result of static method TorMorten\\Eventy\\Events::#'
- "#Access to an undefined property#"
- "#::waitUntilIdle#"
level: 1
1 change: 0 additions & 1 deletion tests/DuskTestCaseSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ protected function setUp(): void
->waitUntilIdle();
}

// @phpstan-ignore-next-line
$this
->waitUntilIdle()
->waitUntilEnabled('@add-to-cart', 200)
Expand Down

0 comments on commit c9fbcf7

Please sign in to comment.