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 3006f62 commit 3038c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/workflows-app/SubmissionConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ describe('Initial state', () => {
expect(mockSearchResponse).toHaveBeenCalledTimes(1);
expect(mockWdlResponse).toHaveBeenCalledTimes(1);

expect(screen.getByRole('button', { name: 'View Workflow Script' }));
const button = screen.getByRole('button', { name: 'View Workflow Script' });
expect(button).toBeDisabled();

// ** ACT **
// await user.click(button);
Expand Down

0 comments on commit 3038c3c

Please sign in to comment.