Skip to content

Commit e9a83d0

Browse files
committed
reactivate test
1 parent a3b3a8b commit e9a83d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/SegmentEditor/tests/UI/SegmentSelectorEditor_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ describe("SegmentSelectorEditorTest", function () {
352352
expect(await page.screenshotSelector(selectorsToCapture)).to.matchImage('enabled_create_realtime_segments_saved');
353353
});
354354

355-
it.skip('should not allow comparing segments more than the limit set', async function() {
355+
it('should not allow comparing segments more than the limit set', async function() {
356356
const configLimit = 2;
357357
const maxSegments = configLimit + 1;
358358
testEnvironment.overrideConfig('General', 'data_comparison_segment_limit', configLimit);

0 commit comments

Comments
 (0)