Fixed test (updated expected text in)

This commit is contained in:
Kevin Ansfield 2021-01-19 22:38:32 +00:00
parent 63c1f2060c
commit 26f4e79ac7

View File

@ -13,6 +13,6 @@ describe('Integration: Component: gh-launch-wizard/set-pricing', function () {
await render(hbs`<GhLaunchWizard::SetPricing />`);
expect(this.element.textContent.trim()).to.have.string('Set pricing');
expect(this.element.textContent.trim()).to.have.string('Set subscription pricing');
});
});