fix e2e about compliance test (#23742)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
44a99d1736
Коммит
5881c7dac5
@@ -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();
|
||||
|
||||
Ссылка в новой задаче
Block a user