mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed custom integration test in Travis
This commit is contained in:
parent
9e3974a93d
commit
98d06c4cbd
@ -319,7 +319,7 @@ describe('Acceptance: Settings - Integrations - Custom', function () {
|
||||
expect(
|
||||
find('[data-test-text="api-url"]'),
|
||||
'api url text'
|
||||
).to.have.trimmed.text('http://localhost:4200/');
|
||||
).to.have.trimmed.text(`${window.location.origin}/`);
|
||||
|
||||
// it can modify integration fields and has validation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user