chore(explorer): enable skipped test

This commit is contained in:
Edd
2023-08-14 13:48:40 +01:00
parent 478c4f83bb
commit c402ec3a6e
@@ -31,7 +31,7 @@ context('Asset page', { tags: '@regression' }, () => {
});
});
it.skip('should open details page when clicked on "View details"', () => {
it('should open details page when clicked on "View details"', () => {
cy.getAssets().then((assets) => {
assets.forEach((asset) => {
cy.get(`[row-id="${asset.id}"] [col-id="actions"] button`)