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 43bac40 commit e10d7b8Copy full SHA for e10d7b8
cypress/integration/first_tests.specs.js
@@ -21,9 +21,9 @@ describe(`My first test`, () => {
21
})
22
23
it('Should test all other subheadings', () => {
24
- cy.get('div.dsb-suggestion:nth-child(2)') // the second entry should be "Quick start"
+ cy.get('div.dsb-suggestion:nth-child(2)') // the second entry should be "Download and launch"
25
.contains('Download and launch')
26
- cy.get('div.dsb-suggestion:nth-child(3)') // the third entry should be "Quick start"
+ cy.get('div.dsb-suggestion:nth-child(3)') // the third entry should be "Add documents"
27
.contains('Add documents')
28
29
0 commit comments