mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
@@ -21,7 +21,7 @@ import {
|
||||
ApiService,
|
||||
BrowserActions,
|
||||
LocalStorageUtil,
|
||||
LoginSSOPage,
|
||||
LoginPage,
|
||||
StringUtil,
|
||||
UploadActions,
|
||||
UserModel,
|
||||
@@ -47,7 +47,7 @@ describe('Search component - Search Bar', () => {
|
||||
}
|
||||
};
|
||||
|
||||
const loginPage = new LoginSSOPage();
|
||||
const loginPage = new LoginPage();
|
||||
const contentServicesPage = new ContentServicesPage();
|
||||
const navigationBarPage = new NavigationBarPage();
|
||||
|
||||
@@ -122,7 +122,7 @@ describe('Search component - Search Bar', () => {
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await BrowserActions.getUrl(browser.params.testConfig.adf.url);
|
||||
await BrowserActions.getUrl(browser.baseUrl);
|
||||
});
|
||||
|
||||
it('[C272798] Search bar should be visible', async () => {
|
||||
|
||||
Reference in New Issue
Block a user