Skip to content

Commit

Permalink
Fixed failing tests accompanying typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-jha-mech committed Oct 27, 2023
1 parent 9693625 commit 5a60d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OrgSettings/OrgSettings.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Organisation Settings Page', () => {
expect(screen.getAllByText(/Delete Organization/i)).toHaveLength(3);
expect(
screen.getByText(
/By clicking on Delete organization button you will the organization will be permanently deleted along with its events, tags and all related data/i
/By clicking on Delete Organization button the organization will be permanently deleted along with its events, tags and all related data/i
)
).toBeInTheDocument();
expect(screen.getByText(/Other Settings/i)).toBeInTheDocument();
Expand Down

0 comments on commit 5a60d8d

Please sign in to comment.