Skip to content

Commit a660ef3

Browse files
committed
CCM-11438 Fix test IDs
1 parent 8311141 commit a660ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/pages/template-mgmt-message-formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class TemplateMgmtMessageFormatting {
2222
this.headings = this._page.locator('[data-testid="headings-details"]');
2323

2424
this.bulletPoints = this._page.locator(
25-
'[data-testid="bullet-lists-details"]'
25+
'[data-testid="bullet-points-details"]'
2626
);
2727

2828
this.numberedList = this._page.locator(

0 commit comments

Comments
 (0)