Feat: nested collections (#3716)
This commit is contained in:
@ -43,6 +43,7 @@ const retrieveRecordedExpectations = async () => {
|
||||
(Host.includes('bitbucket.org') && httpRequest.path.includes('info/lfs')) ||
|
||||
Host.includes('api.media.atlassian.com') ||
|
||||
Host.some(host => host.includes('netlify.com')) ||
|
||||
Host.some(host => host.includes('netlify.app')) ||
|
||||
Host.some(host => host.includes('s3.amazonaws.com'))
|
||||
);
|
||||
});
|
||||
|
@ -76,7 +76,7 @@ function assertColorOn(cssProperty, color, opts) {
|
||||
}
|
||||
|
||||
function exitEditor() {
|
||||
cy.contains('a[href^="#/collections/"]', 'Writing in').click();
|
||||
cy.contains('a', 'Writing in').click();
|
||||
}
|
||||
|
||||
function goToWorkflow() {
|
||||
@ -684,4 +684,6 @@ module.exports = {
|
||||
duplicatePostAndPublish,
|
||||
publishAndCreateNewEntryInEditor,
|
||||
publishAndDuplicateEntryInEditor,
|
||||
assertNotification,
|
||||
assertFieldValidationError,
|
||||
};
|
||||
|
Reference in New Issue
Block a user