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.
2 parents 1c5e3eb + d9046d3 commit a7c42c6Copy full SHA for a7c42c6
src/content/5/fi/osa5d.md
@@ -1108,7 +1108,7 @@ describe('Note app', () => {
1108
await createNote(page, 'third note')
1109
})
1110
1111
- test('one of those can be made nonimportant', async ({ page }) => {
+ test('one of those can be made unimportant', async ({ page }) => {
1112
await page.pause() // highlight-line
1113
const otherNoteText = await page.getByText('second note')
1114
const otherdNoteElement = await otherNoteText.locator('..')
0 commit comments