From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../__snapshots__/debug-target-info.test.js.snap | 586 +++++++++++++++++++++ 1 file changed, 586 insertions(+) create mode 100644 devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap (limited to 'devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap') diff --git a/devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap b/devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap new file mode 100644 index 0000000000..0f6b1c9bab --- /dev/null +++ b/devtools/client/framework/test/node/components/__snapshots__/debug-target-info.test.js.snap @@ -0,0 +1,586 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`DebugTargetInfo component Connection info renders the expected snapshot for USB Release target 1`] = ` +
+ + usb icon + toolbox.debugTargetInfo.connection.usb + + + + + toolbox.debugTargetInfo.runtimeLabel-usbRuntimeBrandName-1.0.0 + + + usbDeviceName + + + + toolbox.debugTargetInfo.targetType.tab + + Test Tab Name + + +
+ + + +
+ +
+ +
+
+
+`; + +exports[`DebugTargetInfo component Target icon renders the expected snapshot for a process target 1`] = ` +
+ + usb icon + toolbox.debugTargetInfo.connection.usb + + + + + toolbox.debugTargetInfo.runtimeLabel-usbRuntimeBrandName-1.0.0 + + + usbDeviceName + + + + toolbox.debugTargetInfo.targetType.process + + Test Tab Name + + + + + http://some.target/url + + +
+`; + +exports[`DebugTargetInfo component Target icon renders the expected snapshot for a tab target 1`] = ` +
+ + usb icon + toolbox.debugTargetInfo.connection.usb + + + + + toolbox.debugTargetInfo.runtimeLabel-usbRuntimeBrandName-1.0.0 + + + usbDeviceName + + + + toolbox.debugTargetInfo.targetType.tab + + Test Tab Name + + +
+ + + +
+ +
+ +
+
+
+`; + +exports[`DebugTargetInfo component Target icon renders the expected snapshot for a worker target 1`] = ` +
+ + usb icon + toolbox.debugTargetInfo.connection.usb + + + + + toolbox.debugTargetInfo.runtimeLabel-usbRuntimeBrandName-1.0.0 + + + usbDeviceName + + + + toolbox.debugTargetInfo.targetType.worker + + Test Tab Name + + + + + http://some.target/url + + +
+`; + +exports[`DebugTargetInfo component Target icon renders the expected snapshot for an extension target 1`] = ` +
+ + usb icon + toolbox.debugTargetInfo.connection.usb + + + + + toolbox.debugTargetInfo.runtimeLabel-usbRuntimeBrandName-1.0.0 + + + usbDeviceName + + + + toolbox.debugTargetInfo.targetType.extension + + Test Tab Name + + +
+ +
+ + + http://some.target/url + + +
+`; + +exports[`DebugTargetInfo component Target icon renders the expected snapshot for an local extension target 1`] = ` +
+ + toolbox.debugTargetInfo.targetType.extension + + Test Tab Name + + +
+ +
+ + + http://some.target/url + + +
+`; + +exports[`DebugTargetInfo component Target title renders the expected snapshot for This Firefox target 1`] = ` +
+ + + + toolbox.debugTargetInfo.runtimeLabel.thisRuntime-brandShorterName-1.0.0 + + + + + toolbox.debugTargetInfo.targetType.tab + + Test Tab Name + + +
+ + + +
+ +
+ +
+
+
+`; + +exports[`DebugTargetInfo component Target title renders the expected snapshot for a Toolbox with an unnamed target 1`] = ` +
+ + + + toolbox.debugTargetInfo.runtimeLabel.thisRuntime-brandShorterName-1.0.0 + + + + + toolbox.debugTargetInfo.targetType.tab + +
+ + + +
+ +
+ +
+
+
+`; -- cgit v1.2.3