mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Ban xit and xdescribe use in the future (#4923)
* remove xit test and ban xit and xdescribe use in the future * remove xit test and ban xit and xdescribe use in the future * remove test excluded * remove consecutive blank line
This commit is contained in:
@@ -236,16 +236,6 @@ describe('Document List Component', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('[C260121] Should show the spinner on content loading', async (done) => {
|
||||
acsUser = new AcsUserModel();
|
||||
await this.alfrescoJsApi.login(browser.params.testConfig.adf.adminEmail, browser.params.testConfig.adf.adminPassword);
|
||||
await this.alfrescoJsApi.core.peopleApi.addPerson(acsUser);
|
||||
loginPage.loginToContentServicesUsingUserModel(acsUser);
|
||||
contentServicesPage.clickOnContentServices();
|
||||
contentServicesPage.checkSpinnerIsShowed();
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C279959] Should display empty folder state for new folders', async (done) => {
|
||||
acsUser = new AcsUserModel();
|
||||
|
||||
|
Reference in New Issue
Block a user