mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-25 16:44:31 +00:00
Compare commits
3 Commits
04c4417a13
...
3e7936fd01
Author | SHA1 | Date | |
---|---|---|---|
|
3e7936fd01 | ||
|
c322924826 | ||
|
e807286805 |
15
needles/gnome/apps/maps/maps_route_walk_shown-20230717.json
Normal file
15
needles/gnome/apps/maps/maps_route_walk_shown-20230717.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 292,
|
||||
"width": 111,
|
||||
"height": 385,
|
||||
"type": "match",
|
||||
"ypos": 228
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_route_walk_shown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_route_walk_shown-20230717.png
Normal file
BIN
needles/gnome/apps/maps/maps_route_walk_shown-20230717.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 470 KiB |
15
needles/gnome/apps/weather/weather_icon_current_storm.json
Normal file
15
needles/gnome/apps/weather/weather_icon_current_storm.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 25,
|
||||
"type": "match",
|
||||
"height": 86,
|
||||
"width": 86,
|
||||
"ypos": 104
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"weather_icon_current"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/weather/weather_icon_current_storm.png
Normal file
BIN
needles/gnome/apps/weather/weather_icon_current_storm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
@ -27,17 +27,17 @@ sub run {
|
||||
menu_launch_type("terminal");
|
||||
assert_screen("apps_run_terminal");
|
||||
# Set the volume to 0%
|
||||
type_safely('pactl set-sink-volume @DEFAULT_SINK@ 0%');
|
||||
type_safely('amixer -D pipewire sset Master 0%');
|
||||
send_key('ret');
|
||||
# Check that it worked
|
||||
check_volume("zero");
|
||||
# Set the volume to 50%
|
||||
type_safely('pactl set-sink-volume @DEFAULT_SINK@ 50%');
|
||||
type_safely('amixer -D pipewire sset Master 50%');
|
||||
send_key('ret');
|
||||
# Check that it worked
|
||||
check_volume("fifty");
|
||||
# Set the volume to 100%
|
||||
type_safely('pactl set-sink-volume @DEFAULT_SINK@ 100%');
|
||||
type_safely('amixer -D pipewire sset Master 100%');
|
||||
send_key('ret');
|
||||
# Check that it worked
|
||||
check_volume("hundred");
|
||||
|
Loading…
Reference in New Issue
Block a user