Skip to content

Commit

Permalink
feature(ui): update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Van Duc authored and Vu Van Duc committed Apr 25, 2024
1 parent 58ca40b commit 0ac184c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe("Edit Connection Modal", () => {
expect(getByTestId("close-button")).toBeVisible();
expect(getByTestId("add-note-button")).toBeVisible();
expect(
getByText(EN_TRANSLATIONS.connections.details.nocurrentnotes)
getByText(EN_TRANSLATIONS.connections.details.nocurrentnotesext)
).toBeVisible();
});

Expand Down

0 comments on commit 0ac184c

Please sign in to comment.