Skip to content

Commit 57c68c5

Browse files
committed
Modified the names of e2e tests
1 parent 1c45613 commit 57c68c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/LicenseDetailsCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
.click('option[value="CC BY-SA 4.0"]')
1313
.assert.elementPresent('.selected-license-card')
1414
},
15-
'Check if the a tag with class license-name redirects to https://creativecommons.org/licenses/by-sa/4.0/?ref=ccchooser': function(browser) {
15+
'Check if the a tag with class license-name redirects correctly': function(browser) {
1616
browser
1717
.assert.elementPresent('a[class="license-name"]')
1818
.getAttribute('a[class="license-name"]', 'href', function(result) {

0 commit comments

Comments
 (0)