Skip to content

Commit

Permalink
re-enable E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtrack committed Oct 26, 2022
1 parent dbac2d8 commit fa79ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/high-velocity-sales-settings/index.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as child from 'child_process';
import * as path from 'path';
import { HighVelocitySalesSettings } from '.';

describe.skip(HighVelocitySalesSettings.name, function() {
describe(HighVelocitySalesSettings.name, function() {
this.slow('30s');
this.timeout('2m');
it('should enable', () => {
Expand Down

0 comments on commit fa79ad9

Please sign in to comment.