test(integration): adjust for new content and settings
This commit is contained in:
committed by
Khaled Garbaya
parent
e5a8828aa1
commit
60a94f0b1e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user