Browser Tests often fail in GitHub Actions #163
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nidde/parenting-tool#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Virtual Entry Test often fail on the first try in GitHub Actions, yet usually succeeds if the test is rerun.
Figure out a way to improve the test so that it succeeds when expected while still testing the functionality.
FAILED Tests\Browser\ETransactions\VirtualEntryTest > `Virtual Entry Act…
Timeout 5000ms exceeded. A screenshot of the page has been saved to [Tests/Browser/Screenshots/Virtual_Entry_Actualization_→_virtual_entry_converts_to_real_entry_and_persists_correctly].
at tests/Browser/E-Transactions/VirtualEntryTest.php:56
52▕ visit('/ledger')
53▕ ->assertTitleContains('Ledger')
54▕ ->assertVisible($rowSelector)
55▕ ->assertAttributeContains($rowSelector, 'class', 'transaction-card--virtual')
➜ 56▕ ->press($confirmButtonSelector)
57▕ ->wait(3)
58▕ ->assertMissing($rowSelector)
59▕ ->assertSee($template->name);
60▕