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 72ca7d9 commit 2817a9dCopy full SHA for 2817a9d
tests/e2e/specs/LicenseDetailsCard.js
@@ -7,8 +7,8 @@ module.exports = {
7
.click('.control-label > span')
8
.assert.elementPresent('.pagination-next')
9
.click('.pagination-next')
10
- .assert.elementPresent('.select > select')
11
- .click('.select > select')
+ .assert.elementPresent('.select')
+ .click('.select')
12
.click('option[value="CC BY-SA 4.0"]')
13
.assert.elementPresent('.selected-license-card')
14
},
0 commit comments