Skip to content

Commit

Permalink
Fix test name based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrk39 committed Nov 18, 2024
1 parent c8f0037 commit 557e856
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ test.beforeEach(async ({ page }) => {
});

test(
qase(
32,
"[No Trigger] Conditional check for (default) map layer's checkboxes",
),
qase(32, 'Check if (default) checked checkbox-layers show in map'),
async ({ page }) => {
const dashboard = new DashboardPage(page);
const userState = new UserStateComponent(page);
Expand Down

0 comments on commit 557e856

Please sign in to comment.