Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 12, 2024
1 parent 90b707d commit bee10ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/geojson-layers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test.describe('#geoJSONLayer', () => {
await expect(dialog).toBeAttached();

const fileInput = dialog.getByLabel('path');
await fileInput.fill('examples/france_regions.json');
await fileInput.fill('/examples/france_regions.json');

const typeInput = dialog.getByLabel('type');
typeInput.selectOption('line');
Expand Down

0 comments on commit bee10ab

Please sign in to comment.