Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 11, 2024
1 parent ded8016 commit 3efcbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/ui.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
test.use({ autoGoto: false });

test.describe('UI Test', () => {
const fileList = ['test.jGIS', 'buildings.qgz', 'buildings.qgs'];
const fileList = ['test.jGIS', 'buildings.qgz'];

test.describe('File operations', () => {
test.beforeAll(async ({ request }) => {
Expand Down

0 comments on commit 3efcbe3

Please sign in to comment.