Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/tests/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ test.describe('Basic functionality', () => {
test('promise toast with Error object rejection', async ({ page }) => {
await page.getByTestId('error-promise').click();

// Check loading state
await expect(page.getByText('Saving project...')).toHaveCount(1);

// Check error state shows the error message correctly
await expect(page.getByText('Error Raise: Error: Not implemented')).toHaveCount(1);
});
Expand Down