File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1146,7 +1146,7 @@ const createNote = async (page, content) => {
11461146 await page .getByRole (' button' , { name: ' new note' }).click ()
11471147 await page .getByRole (' textbox' ).fill (content)
11481148 await page .getByRole (' button' , { name: ' save' }).click ()
1149- await page .getByText (content).waitFor () // hightlight -line
1149+ await page .getByText (content).waitFor () // highlight -line
11501150}
11511151` ` `
11521152
Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ const createNote = async (page, content) => {
11381138 await page .getByRole (' button' , { name: ' new note' }).click ()
11391139 await page .getByRole (' textbox' ).fill (content)
11401140 await page .getByRole (' button' , { name: ' save' }).click ()
1141- await page .getByText (content).waitFor () // hightlight -line
1141+ await page .getByText (content).waitFor () // highlight -line
11421142}
11431143` ` `
11441144
You can’t perform that action at this time.
0 commit comments