Skip to content

Commit c66eb65

Browse files
committed
Fix test
1 parent 44bfd5f commit c66eb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/release-url-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module('Acceptance | release URL', function (hooks) {
77

88
test('specifying release instead of specific version in URL should go to the latest release', async function (assert) {
99
await visit('ember/release/classes/Application');
10-
assert.dom('h1.module-name').hasText('Class Application');
10+
assert.dom('h1.module-name').includesText('Class Application');
1111
});
1212
});

0 commit comments

Comments
 (0)