1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-20 22:35:45 +00:00

Remove check for DND slider as this is moved.

This commit is contained in:
Lukáš Růžička 2025-07-16 12:50:10 +02:00
parent 7417188e1a
commit a10802efbf
19 changed files with 16 additions and 123 deletions

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"panel_panel_shown"
],
"area": [
{
"xpos": 322,
"ypos": 295,
"width": 77,
"height": 88,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"width": 55,
"type": "match",
"height": 31,
"xpos": 281,
"ypos": 608
}
],
"properties": [],
"tags": [
"panel_slider_donotdisturb"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"width": 50,
"height": 27,
"type": "match",
"ypos": 608,
"xpos": 267
}
],
"properties": [],
"tags": [
"panel_slider_donotdisturb"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"panel_slider_donotdisturb"
],
"area": [
{
"xpos": 276,
"ypos": 577,
"width": 55,
"height": 31,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"width": 166,
"ypos": 606,
"height": 30,
"xpos": 168
}
],
"properties": [],
"tags": [
"panel_slider_donotdisturb_active"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"height": 30,
"width": 166,
"type": "match",
"xpos": 154,
"ypos": 606
}
],
"properties": [],
"tags": [
"panel_slider_donotdisturb_active"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"panel_slider_donotdisturb_active"
],
"area": [
{
"xpos": 163,
"ypos": 579,
"width": 166,
"height": 26,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"width": 44,
"height": 23,
"ypos": 6,
"xpos": 571,
"type": "match"
}
],
"properties": [],
"tags": [
"panel_symbol_bell_off"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 KiB

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"panel_symbol_bell_off"
],
"area": [
{
"xpos": 571,
"ypos": 6,
"width": 44,
"height": 23,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -58,9 +58,7 @@ sub run {
# the slider moves and a silent regime indicator # the slider moves and a silent regime indicator
# appears on the top panel. # appears on the top panel.
assert_and_click("panel_datetime"); assert_and_click("panel_datetime");
assert_and_click("panel_slider_donotdisturb"); assert_screen("panel_panel_shown");
assert_screen("panel_slider_donotdisturb_active");
assert_screen("panel_symbol_bell_off");
} }
sub test_flags { sub test_flags {