Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ray committed Oct 10, 2023
1 parent c715cb9 commit 251ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/components/plans/detail.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('<PlanDetail />', () => {
});

expect(
getByText('you don’t have permissions', { exact: false }),
getByText('don’t have permissions', { exact: false }),
).toBeVisible();
});
});
Expand Down

0 comments on commit 251ba24

Please sign in to comment.