🔥(frontend) remove saving modal
The saving toast are removed. Users were complaining about the toast that was shown when saving a document.
This commit is contained in:
@@ -106,10 +106,6 @@ test.describe('Doc Editor', () => {
|
||||
nthRow: 2,
|
||||
});
|
||||
|
||||
await expect(
|
||||
page.getByText(`Your document "${doc}" has been saved.`),
|
||||
).toBeVisible();
|
||||
|
||||
await expect(page.locator('h2').getByText(secondDoc)).toBeVisible();
|
||||
|
||||
await goToGridDoc(page, {
|
||||
|
||||
Reference in New Issue
Block a user