Skip to content

Commit

Permalink
fix(e2e): Enabled Output labeling test (#16739)
Browse files Browse the repository at this point in the history
  • Loading branch information
HajekOndrej authored Jan 30, 2025
1 parent ee6bd69 commit 7a170de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { OutputLabelId } from '../../support/enums/outputLabelId';
import { expect, test } from '../../support/fixtures';
import { MetadataProvider } from '../../support/mocks/metadataProviderMock';

test.describe.skip('Metadata - Output labeling', { tag: ['@group=metadata', '@webOnly'] }, () => {
test.describe('Metadata - Output labeling', { tag: ['@group=metadata', '@webOnly'] }, () => {
test.use({ emulatorSetupConf: { mnemonic: 'mnemonic_all' } });
test.beforeEach(async ({ metadataProviderMock }) => {
await metadataProviderMock.start(MetadataProvider.DROPBOX);
Expand Down

0 comments on commit 7a170de

Please sign in to comment.