Skip to content

Commit 88ab78b

Browse files
committed
test(note): update locator
1 parent bfc2a87 commit 88ab78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/components/note/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const noteComponent = (page: Page) => {
1111
return page.locator(NOTE_COMPONENT);
1212
};
1313
const noteHeader = (page: Page) => {
14-
return page.locator(NOTE_COMPONENT).locator("h2");
14+
return page.locator(NOTE_COMPONENT).locator("h3");
1515
};
1616
const noteContent = (page: Page) => {
1717
return page.locator(DATA_CONTENTS);

0 commit comments

Comments
 (0)