Skip to content

Commit

Permalink
Fix typo and add link to qase
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrk39 committed Nov 25, 2024
1 parent 19a84da commit 5f4b6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/Pages/MapComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class MapComponent extends DashboardPage {
return availableLayers;
}

async assertAllInfoIconsIntercations() {
async validateInfoIconInteractions() {
const getLayerRow = this.page.getByTestId('matrix-layer-name');
const layerCount = await getLayerRow.count();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test.beforeEach(async ({ page }) => {
NoTriggerDataSet.UserPassword,
);
});

// https://app.qase.io/project/IBF?previewMode=side&suite=3&tab=&case=33
test(
qase(33, 'Interaction with info icon in map layer component'),
async ({ page }) => {
Expand All @@ -58,6 +58,6 @@ test(
await map.isLayerMenuOpen({ layerMenuOpen: true });

// Assert layer info icons to be intercative and contain basic required info
await map.assertAllInfoIconsIntercations();
await map.validateInfoIconInteractions();
},
);

0 comments on commit 5f4b6a3

Please sign in to comment.