We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbbc0f commit 22c24f5Copy full SHA for 22c24f5
app/components/Block.test.tsx
@@ -31,7 +31,7 @@ it("renders topbar unchanged", () => {
31
it("renders nothing if pv is hidden", () => {
32
const aBlock: IfcBlock = { pvaddress: "SOME:PV", visible: false };
33
const { container } = render(
34
- <Block pv={aBlock} instName={""} showHiddenBlocks={false} />,
+ <Block pv={aBlock} instName={"ANINST"} showHiddenBlocks={false} />,
35
{
36
container: tableBody,
37
},
0 commit comments