We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311141 commit a660ef3Copy full SHA for a660ef3
tests/test-team/pages/template-mgmt-message-formatting.ts
@@ -22,7 +22,7 @@ export class TemplateMgmtMessageFormatting {
22
this.headings = this._page.locator('[data-testid="headings-details"]');
23
24
this.bulletPoints = this._page.locator(
25
- '[data-testid="bullet-lists-details"]'
+ '[data-testid="bullet-points-details"]'
26
);
27
28
this.numberedList = this._page.locator(
0 commit comments