wrong xdescribe

This commit is contained in:
Vito Albano
2024-04-16 09:10:07 +01:00
parent 403391e745
commit dced743340
+1 -1
View File
@@ -27,7 +27,7 @@ describe('Login component - SSO', () => {
const loginPage = new LoginShellPage();
const navigationBarPage = new NavigationBarPage();
xdescribe('Login component - SSO implicit Flow', () => {
describe('Login component - SSO implicit Flow', () => {
afterEach(async () => {
await navigationBarPage.clickLogoutButton();
await browser.executeScript('window.sessionStorage.clear();');