Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu-akamai committed Jun 27, 2023
1 parent 2b47c51 commit 9b206b7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { authenticate } from 'support/api/authentication';
import { stackScriptFactory } from 'src/factories';
import {
mockDeleteStackScript,
interceptGetStackScripts,
mockGetStackScripts,
} from 'support/intercepts/stackscripts';
import { ui } from 'support/ui';
Expand All @@ -19,7 +18,7 @@ describe('Delete stackscripts', () => {
const stackScripts = stackScriptFactory.buildList(2, {
is_public: false,
});
interceptGetStackScripts(stackScripts).as('getStackScripts');
mockGetStackScripts(stackScripts).as('getStackScripts');
cy.visitWithLogin('/stackscripts/account');
cy.wait('@getStackScripts');

Expand Down

0 comments on commit 9b206b7

Please sign in to comment.