Skip to content

Commit 8acd2d1

Browse files
authored
Update part5d.md
1 parent d1c27f6 commit 8acd2d1

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
@@ -1136,7 +1136,7 @@ Make a test for ensuring that the user who created a blog can delete it.
11361136
11371137
Make a test which checks that the blogs are ordered according to likes with the blog with the most likes being first.
11381138
1139-
This exercise is quite a bit trickier than the previous ones. One solution is to add a certain class for the element which wraps the blog's content and use the [eq](https://docs.cypress.io/api/commands/eq#Syntax)-method to get the blog element in a specific index:
1139+
This exercise is quite a bit trickier than the previous ones. One solution is to add a certain class for the element which wraps the blog's content and use the [eq](https://docs.cypress.io/api/commands/eq#Syntax) method to get the blog element in a specific index:
11401140
11411141
```js
11421142
cy.get('.blog').eq(0).should('contain', 'The title with the most likes')

0 commit comments

Comments
 (0)