Skip to content

Commit

Permalink
test(citrus-simulator-ui): test push to run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 11, 2024
1 parent 7e1050c commit 4b78557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulator-ui/tests/error-banner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.beforeEach(async ({ page }) => {

test('should show error banner if there is an error code in the backend response while loading any page', async ({ page }) => {
await mockErrorResponseOfAllApiUrls(page);

await goToAllPagesAndCheckURLPlusContent(page, thingsToCheckOnAllPages);
});

Expand Down

0 comments on commit 4b78557

Please sign in to comment.