Fixed pointless e2e

This commit is contained in:
Vito Albano
2024-04-03 02:38:28 +01:00
parent ca3882fe61
commit fa1f622fc7
@@ -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 () => {