Fixed pointless e2e

This commit is contained in:
Vito Albano 2023-12-24 18:39:19 +00:00
parent 93da591223
commit 2cf9616fed

View File

@ -157,11 +157,11 @@ describe('CardView Component - properties', () => {
await viewerPage.checkInfoSideBarIsDisplayed();
await metadataViewPage.clickOnPropertiesTab();
await metadataViewPage.informationButtonIsDisplayed();
await metadataViewPage.checkMetadataGroupIsPresent('properties');
await togglePage.disableToggle(metadataViewPage.defaultPropertiesSwitch);
await metadataViewPage.informationButtonIsNotDisplayed();
await metadataViewPage.checkMetadataGroupIsNotPresent('properties');
});
it('[C307975] Should be able to choose which aspect to show expanded in the info-drawer', async () => {