Skip to content

Commit e10d7b8

Browse files
committed
Fixed review comments
1 parent 43bac40 commit e10d7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/first_tests.specs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ describe(`My first test`, () => {
2121
})
2222

2323
it('Should test all other subheadings', () => {
24-
cy.get('div.dsb-suggestion:nth-child(2)') // the second entry should be "Quick start"
24+
cy.get('div.dsb-suggestion:nth-child(2)') // the second entry should be "Download and launch"
2525
.contains('Download and launch')
26-
cy.get('div.dsb-suggestion:nth-child(3)') // the third entry should be "Quick start"
26+
cy.get('div.dsb-suggestion:nth-child(3)') // the third entry should be "Add documents"
2727
.contains('Add documents')
2828
})
2929

0 commit comments

Comments
 (0)