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 64c2d98 commit 72ca7d9Copy full SHA for 72ca7d9
tests/e2e/specs/LicenseCode.js
@@ -8,7 +8,7 @@ module.exports = {
8
.assert.elementPresent('.pagination-next')
9
.click('.pagination-next')
10
.assert.elementPresent('.select > select')
11
- .click('.select > select')
+ .click('.select')
12
.click('option[value="CC BY-SA 4.0"]')
13
14
0 commit comments