Skip to content

Commit 2817a9d

Browse files
committed
Fixed the LicenseDeatilsCard.js '.select' test
1 parent 72ca7d9 commit 2817a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/specs/LicenseDetailsCard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module.exports = {
77
.click('.control-label > span')
88
.assert.elementPresent('.pagination-next')
99
.click('.pagination-next')
10-
.assert.elementPresent('.select > select')
11-
.click('.select > select')
10+
.assert.elementPresent('.select')
11+
.click('.select')
1212
.click('option[value="CC BY-SA 4.0"]')
1313
.assert.elementPresent('.selected-license-card')
1414
},

0 commit comments

Comments
 (0)