Adjust cockpit log needles for Rawhide change

The Logs screen changed a bit. Also, it seems wrong to have
'notices' in all these needle names, so let's fix that.
This commit is contained in:
Adam Williamson 2017-07-10 10:35:27 -07:00
parent d119e1e53e
commit ddb6f8e416
17 changed files with 41 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"tags": [
"cockpit_logs_notices_entry"
"cockpit_logs_entry"
],
"properties": [],
"area": [

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -1,6 +1,6 @@
{
"tags": [
"cockpit_logs_notices_entry"
"cockpit_logs_entry"
],
"area": [
{

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 16,
"type": "match",
"width": 47,
"xpos": 783,
"ypos": 211
}
],
"properties": [],
"tags": [
"cockpit_logs_entry"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -1,6 +1,6 @@
{
"tags": [
"cockpit_logs_notices_entry"
"cockpit_logs_entry"
],
"properties": [],
"area": [

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1,6 +1,6 @@
{
"tags": [
"cockpit_logs_notices_entry"
"cockpit_logs_entry"
],
"area": [
{

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -1,7 +1,7 @@
{
"properties": [],
"tags": [
"cockpit_logs_notices_detail"
"cockpit_logs_detail"
],
"area": [
{
@ -12,4 +12,4 @@
"type": "match"
}
]
}
}

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"width": 47,
"ypos": 116,
"height": 16,
"xpos": 338
}
],
"properties": [],
"tags": [
"cockpit_logs_severity"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -10,6 +10,6 @@
}
],
"tags": [
"cockpit_logs_notices"
"cockpit_logs_severity"
]
}
}

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -11,12 +11,12 @@ sub run {
assert_and_click "cockpit_logs";
# the date dropdown changes and messes with the button locations, so wait
wait_still_screen 2;
assert_and_click "cockpit_logs_notices";
assert_and_click "cockpit_logs_severity";
wait_still_screen 2;
# assume there's an entry, click it
assert_and_click "cockpit_logs_notices_entry";
assert_and_click "cockpit_logs_entry";
# check we get to the appropriate detail screen
assert_screen "cockpit_logs_notices_detail";
assert_screen "cockpit_logs_detail";
# go to the services screen
assert_and_click "cockpit_services";
wait_still_screen 2;