mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed tests
This commit is contained in:
parent
2b41499b22
commit
60be92bbc0
@ -13,6 +13,6 @@ describe('Integration: Component: gh-launch-wizard/customise-design', function (
|
||||
|
||||
await render(hbs`<GhLaunchWizard::CustomiseDesign />`);
|
||||
|
||||
expect(this.element.textContent.trim()).to.equal('Customise design');
|
||||
expect(this.element.textContent.trim()).to.have.string('Customise');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user