mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Actually fixed tests
This commit is contained in:
parent
60be92bbc0
commit
00c73bbf68
@ -13,6 +13,6 @@ describe('Integration: Component: gh-launch-wizard/connect-stripe', function ()
|
||||
|
||||
await render(hbs`<GhLaunchWizard::ConnectStripe />`);
|
||||
|
||||
expect(this.element.textContent.trim()).to.equal('Connect Stripe');
|
||||
expect(this.element.textContent.trim()).to.have.string('Connect Stripe');
|
||||
});
|
||||
});
|
||||
|
@ -13,6 +13,6 @@ describe('Integration: Component: gh-launch-wizard/set-pricing', function () {
|
||||
|
||||
await render(hbs`<GhLaunchWizard::SetPricing />`);
|
||||
|
||||
expect(this.element.textContent.trim()).to.equal('Set pricing');
|
||||
expect(this.element.textContent.trim()).to.have.string('Set pricing');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user