Skip to content

Commit

Permalink
fix: url path for HighVelocitySales is now SalesEngagement
Browse files Browse the repository at this point in the history
Merge pull request #535 from crkelley/fix/hvs-url-change

Update hvs Url due to name change
  • Loading branch information
amtrack authored Oct 26, 2022
2 parents 86410eb + fa79ad9 commit de84aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/plugins/high-velocity-sales-settings/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class HighVelocitySalesSetupPage {
}

public static getUrl(): string {
return 'lightning/setup/HighVelocitySales/home';
return 'lightning/setup/SalesEngagement/home';
}

public async setUpAndEnable(): Promise<void> {
Expand Down

0 comments on commit de84aaa

Please sign in to comment.