Skip to content

Commit 54cd5c0

Browse files
committed
Fix lint
Signed-off-by: Milos Dzepina <milos@aragon.org>
1 parent 54cc47d commit 54cd5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/components/proposal/proposalActionSimulationStructure/proposalActionSimulationStructure.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('<ProposalActionSimulationStructure /> component', () => {
7777
it('shows simulate button by default when isSimulatable is not specified', () => {
7878
render(createTestComponent());
7979

80-
expect(screen.getByText(/simulate/i).closest('button')).toBeInTheDocument();
80+
expect(screen.getByText(/simulate/i)).toBeInTheDocument();
8181
});
8282

8383
it('hides simulate button when isSimulatable is false', () => {

0 commit comments

Comments
 (0)