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 44bfd5f commit c66eb65Copy full SHA for c66eb65
tests/acceptance/release-url-test.js
@@ -7,6 +7,6 @@ module('Acceptance | release URL', function (hooks) {
7
8
test('specifying release instead of specific version in URL should go to the latest release', async function (assert) {
9
await visit('ember/release/classes/Application');
10
- assert.dom('h1.module-name').hasText('Class Application');
+ assert.dom('h1.module-name').includesText('Class Application');
11
});
12
0 commit comments