test(docker/networks): add e2e tests [BE-6563] (#3154)

This commit is contained in:
Chaim Lev-Ari
2026-07-12 12:59:20 +03:00
committed by GitHub
parent aee2df623a
commit 7bce72d7d5
2 changed files with 9 additions and 2 deletions
@@ -24,6 +24,7 @@
ng-model="config.Driver"
ng-if="availableNetworkDrivers.length > 0"
data-cy="network-driver-select"
id="network_driver"
>
<option disabled hidden value="">Select a driver</option>
</select>
@@ -8,8 +8,14 @@
--switch-size: 12px;
}
.switch input {
display: none;
/* Bring offscreen, but allow it to be focusable for accessibility */
.switch input[type='checkbox'] {
position: absolute;
opacity: 0;
z-index: -1;
width: 1px;
height: 1px;
overflow: hidden;
}
.switch i {