Skip to content

Commit

Permalink
Merge pull request #448 from amtrack/reactivate-hvs-test
Browse files Browse the repository at this point in the history
test: re-enable test for temp unavailable HighVelocitySales feature
  • Loading branch information
amtrack authored Oct 5, 2022
2 parents 0fbec1a + 27e3cbf commit fe8bb17
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 fe8bb17

Please sign in to comment.