Skip to content

Commit

Permalink
update component test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 9, 2023
1 parent 62ce56f commit e3144b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ui/src/tests/FlowsheetsListTable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('test flowsheets list table', () => {
render( <HashRouter><FlowsheetsListTable rows={[mockData]}/></HashRouter> )

// expect(screen.getByRole('table', { name: /simple table/i}))
expect(screen.getByRole('columnheader', { name: /category/i}))
// expect(screen.getByRole('columnheader', { name: /category/i}))
// expect(screen.getByRole('columnheader', { name: /last run/i}))

})

0 comments on commit e3144b1

Please sign in to comment.