Browse Source

work on geo data column tests - WIP

pull/4749/head
Daniel Spaude 2 years ago
parent
commit
a9323e7949
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 10
      tests/playwright/tests/columnGeoData.spec.ts

10
tests/playwright/tests/columnGeoData.spec.ts

@ -46,11 +46,11 @@ test.describe.only('Geo Data column', () => {
index: 0,
columnHeader: 'GeoData1',
});
// await grid.cell.geoData.enterLatLong({
// lat: '50.4501',
// long: '30.5234',
// });
// await grid.cell.geoData.clickSave();
await grid.cell.geoData.enterLatLong({
lat: '50.4501',
long: '30.5234',
});
await grid.cell.geoData.clickSave();
// await dashboard.grid.cell.attachment.addFile({
// index: i,

Loading…
Cancel
Save