Browse Source

adjust test viewMap.spec.ts

pull/4749/head
flisowna 2 years ago
parent
commit
0d9b71725f
  1. 2
      tests/playwright/tests/viewMap.spec.ts

2
tests/playwright/tests/viewMap.spec.ts

@ -34,7 +34,7 @@ test.describe('Map View', () => {
await grid.column.verify({ title: 'Actors Birthplace', isVisible: true });
await grid.cell.geoData.open({
await grid.cell.geoData.openSetLocation({
index: 0,
columnHeader: 'Actors Birthplace',
});

Loading…
Cancel
Save