mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix spelling mistake in describe
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b6b1fef438
commit
d1d04676e9
@ -569,7 +569,7 @@ exports[`custom category columns for catalog renders 1`] = `
|
|||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`custom category columns for catalog when category is added using default colemns renders 1`] = `
|
exports[`custom category columns for catalog when category is added using default columns renders 1`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
@ -1169,7 +1169,7 @@ exports[`custom category columns for catalog when category is added using defaul
|
|||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`custom category columns for catalog when category is added using default colemns when an extension is registered with additional custom columns when the Test category tab is clicked renders 1`] = `
|
exports[`custom category columns for catalog when category is added using default columns when an extension is registered with additional custom columns when the Test category tab is clicked renders 1`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
@ -1759,7 +1759,7 @@ exports[`custom category columns for catalog when category is added using defaul
|
|||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`custom category columns for catalog when category is added using default colemns when the Test category tab is clicked renders 1`] = `
|
exports[`custom category columns for catalog when category is added using default columns when the Test category tab is clicked renders 1`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
@ -48,7 +48,7 @@ describe("custom category columns for catalog", () => {
|
|||||||
expect(renderResult.queryByTestId("catalog-source-column")).toBeInTheDocument();
|
expect(renderResult.queryByTestId("catalog-source-column")).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("when category is added using default colemns", () => {
|
describe("when category is added using default columns", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
const catalogCategoryRegistry = builder.applicationWindow.only.di.inject(catalogCategoryRegistryInjectable);
|
const catalogCategoryRegistry = builder.applicationWindow.only.di.inject(catalogCategoryRegistryInjectable);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user