Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 12, 2024
1 parent 90b707d commit 8c676da
Show file tree
Hide file tree
Showing 2 changed files with 5,963 additions and 10 deletions.
11 changes: 1 addition & 10 deletions ui-tests/tests/geojson-layers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ const openGIS = async (
return (await page.activity.getPanelLocator(filename)) as Locator;
};

test.beforeAll(async ({ request }) => {
const content = galata.newContentsHelper(request);
await content.deleteDirectory('/examples');
await content.uploadDirectory(
path.resolve(__dirname, '../../examples'),
'/examples'
);
});

test.describe('#geoJSONLayer', () => {
test.beforeEach(async ({ request, tmpPath }) => {
const content = galata.newContentsHelper(request);
Expand Down Expand Up @@ -64,7 +55,7 @@ test.describe('#geoJSONLayer', () => {
await expect(dialog).toBeAttached();

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

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

0 comments on commit 8c676da

Please sign in to comment.