Skip to content

Commit

Permalink
Fix createNewFieldWithFormula method
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 28, 2024
1 parent dff1f71 commit 4523eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page-objects/wizard/WizardPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class WizardPage extends ChartPage {

await expect(
datasetFields.locator(slct(SectionDatasetQA.ItemTitle), {
hasText: fieldName,
hasText: new RegExp(`^${fieldName}$`, 'i'),
}),
).toBeVisible();
}
Expand Down

0 comments on commit 4523eda

Please sign in to comment.