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 1c45613 commit 57c68c5Copy full SHA for 57c68c5
tests/e2e/specs/LicenseDetailsCard.js
@@ -12,7 +12,7 @@ module.exports = {
12
.click('option[value="CC BY-SA 4.0"]')
13
.assert.elementPresent('.selected-license-card')
14
},
15
- 'Check if the a tag with class license-name redirects to https://creativecommons.org/licenses/by-sa/4.0/?ref=ccchooser': function(browser) {
+ 'Check if the a tag with class license-name redirects correctly': function(browser) {
16
browser
17
.assert.elementPresent('a[class="license-name"]')
18
.getAttribute('a[class="license-name"]', 'href', function(result) {
0 commit comments