Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpierre13 committed Sep 27, 2024
1 parent 0dfff0e commit 16c5ae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/workflows/WorkflowList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,6 @@ describe('create new workflow button', () => {

const newMethodText = screen.getAllByText('Create New Method');
const modalTitle = newMethodText[1];
expect(modalTitle).not.toHaveAttribute('role', 'button'); // Ensure the element is the modal title and not the button

expect(modalTitle).toBeInTheDocument();

// Get text areas in modal
Expand Down

0 comments on commit 16c5ae4

Please sign in to comment.