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 1c5e3eb commit d9046d3Copy full SHA for d9046d3
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