Skip to content

Commit 13222cb

Browse files
authored
Update part5d.md
1 parent c052126 commit 13222cb

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
@@ -1141,7 +1141,7 @@ This exercise is quite a bit trickier than the previous ones. One solution is to
11411141
```js
11421142
cy.get('.blog').eq(0).should('contain', 'The title of the first blog')
11431143
cy.get('.blog').eq(1).should('contain', 'The title of the second blog')
1144-
1144+
```
11451145
11461146
Note that you might end up having problems if you click a like button many times in row. It might be that cypress does the clicking so fast that it does not have time to update the app state in between the clicks. One remedy for this is to wait for the number of likes to update in between all clicks.
11471147

0 commit comments

Comments
 (0)