Skip to content

Commit 74568d9

Browse files
authored
Merge pull request #3680 from PaulBoye-py/patch-1
Update part5d.md
2 parents aacc45f + 555805b commit 74568d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ const Note = ({ note, toggleImportance }) => {
10221022
}
10231023
```
10241024
1025-
Tests break! The reason for the problem is that the command _await page.getByText('second note')_ now returns a _span_ element containing only text, and the button is outside of it.
1025+
Tests break! The reason for the problem is that the command _await page.getByText('first note')_ now returns a _span_ element containing only text, and the button is outside of it.
10261026
10271027
One way to fix the problem is as follows:
10281028

0 commit comments

Comments
 (0)