Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpierre13 committed Mar 18, 2024
1 parent 3038c3c commit b4a7d59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/workflows-app/SubmissionConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,8 @@ describe('Initial state', () => {

it('should render disabled script button for private workflow', async () => {
// ** ARRANGE **
// const user = userEvent.setup();
const methodResponseWithPrivate = {
...methodsResponse,
...methodsResponse.methods[0],
isPrivate: true,
};
const mockRunSetResponse = jest.fn(() => Promise.resolve(runSetResponseForNewMethod));
Expand Down

0 comments on commit b4a7d59

Please sign in to comment.