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:
parent
df113e6178
commit
4ac9ae21cb
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user