test(integration): adjust for new content and settings

This commit is contained in:
Benedikt Rötsch
2017-12-14 15:04:49 +01:00
committed by Khaled Garbaya
parent e5a8828aa1
commit 60a94f0b1e
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ describe('settings', () => {
expect(title.text()).toBe('Settings')
const status = $('main .status-block.status-block--info')
expect(status.text()).toMatch(/Connected to space “.+”/)
expect(status.text()).toMatch(/Connected space:/)
const inputSpaceId = $('#input-space-id')
expect(inputSpaceId.val()).toBe(process.env.CONTENTFUL_SPACE_ID)