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 bfc2a87 commit 88ab78bCopy full SHA for 88ab78b
playwright/components/note/index.ts
@@ -11,7 +11,7 @@ const noteComponent = (page: Page) => {
11
return page.locator(NOTE_COMPONENT);
12
};
13
const noteHeader = (page: Page) => {
14
- return page.locator(NOTE_COMPONENT).locator("h2");
+ return page.locator(NOTE_COMPONENT).locator("h3");
15
16
const noteContent = (page: Page) => {
17
return page.locator(DATA_CONTENTS);
0 commit comments