1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Rename technical test title

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-08 11:25:50 +03:00
parent df113e6178
commit 4ac9ae21cb

View File

@ -87,7 +87,7 @@ describe("preferences - navigation to extension specific preferences", () => {
expect(actual).toBeNull();
});
it("doesn't show link for preferences with 'showInPreferencesTab' param", () => {
it("doesn't show link for preferences intended for a specific tab", () => {
const actual = rendered.queryByTestId("tab-link-for-extension-specified-preferences-page-id");
expect(actual).toBeNull();