mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 11:04:49 +00:00
test(docker/networks): add e2e tests [BE-6563] (#3154)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user