mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
wrong xdescribe
This commit is contained in:
@@ -27,7 +27,7 @@ describe('Login component - SSO', () => {
|
|||||||
const loginPage = new LoginShellPage();
|
const loginPage = new LoginShellPage();
|
||||||
const navigationBarPage = new NavigationBarPage();
|
const navigationBarPage = new NavigationBarPage();
|
||||||
|
|
||||||
xdescribe('Login component - SSO implicit Flow', () => {
|
describe('Login component - SSO implicit Flow', () => {
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
await navigationBarPage.clickLogoutButton();
|
await navigationBarPage.clickLogoutButton();
|
||||||
await browser.executeScript('window.sessionStorage.clear();');
|
await browser.executeScript('window.sessionStorage.clear();');
|
||||||
|
Reference in New Issue
Block a user