Этот коммит содержится в:
Saturnino Abril
2023-06-15 14:19:38 +08:00
коммит произвёл GitHub
родитель 44a99d1736
Коммит 5881c7dac5
4 изменённых файлов: 18 добавлений и 1 удалений

Просмотреть файл

@@ -31,6 +31,10 @@ describe('Compliance Export', () => {
teamName = team.name;
});
// # Visit a channel and post a message so it has something to be exported initially
cy.visit('/');
cy.postMessage('hello');
// # Go to compliance page, enable export and do initial export
cy.uiGoToCompliancePage();
cy.uiEnableComplianceExport();

Просмотреть файл

@@ -33,6 +33,10 @@ describe('Compliance Export', () => {
teamName = team.name;
});
// # Visit a channel and post a message so it has something to be exported initially
cy.visit('/');
cy.postMessage('hello');
// # Go to compliance page, enable export and do initial export
cy.uiGoToCompliancePage();
cy.uiEnableComplianceExport();

Просмотреть файл

@@ -37,6 +37,10 @@ describe('Compliance Export', () => {
teamName = team.name;
});
// # Visit a channel and post a message so it has something to be exported initially
cy.visit('/');
cy.postMessage('hello');
// # Go to compliance page, enable export and do export
cy.uiGoToCompliancePage();
cy.uiEnableComplianceExport();