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
12 changes: 0 additions & 12 deletions ui-tests/tests/export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,4 @@ test.describe('#export', () => {
await page.filebrowser.contents.fileExists(`testDir/${filename}.qgz`)
).toBeTruthy();
});

test('should display warnings', async ({ page }) => {
await page.filebrowser.open('testDir/test.jGIS');
await page.menu.clickMenuItem('File>Export To QGZ');

const dialog = page.locator('.jp-Dialog');
await expect(dialog).toBeAttached();
await dialog.locator('.jp-mod-accept').click();
await expect(dialog).not.toBeAttached();
await expect(dialog).toBeAttached();
await expect(dialog).toContainText('has been exported with warnings');
});
});
Loading