mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
wrong xdescribe
This commit is contained in:
parent
403391e745
commit
dced743340
@ -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();');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user