mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-11 10:13:14 +00:00
Compare commits
3 Commits
b2c243c4c8
...
77c4180030
Author | SHA1 | Date | |
---|---|---|---|
|
77c4180030 | ||
|
ca421dacc7 | ||
|
2ce74f3e0b |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 605,
|
||||
"ypos": 213,
|
||||
"width": 116,
|
||||
"height": 16,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_enable_shortcuts"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 547 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 172,
|
||||
"width": 26,
|
||||
"height": 25,
|
||||
"xpos": 371
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_fullscreen"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 382 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 25,
|
||||
"ypos": 171,
|
||||
"type": "match",
|
||||
"width": 26,
|
||||
"xpos": 371
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_fullscreen"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 712 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 195,
|
||||
"ypos": 170,
|
||||
"width": 32,
|
||||
"height": 26,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_new_connection"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 529 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 441,
|
||||
"ypos": 289,
|
||||
"width": 30,
|
||||
"height": 12,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_protocol"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 546 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 405,
|
||||
"ypos": 383,
|
||||
"width": 32,
|
||||
"height": 16,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"vinagre_protocol_vnc"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 546 KiB |
@ -33,7 +33,7 @@ sub run {
|
||||
# ctrl-alt-f2
|
||||
select_console "tty2-console";
|
||||
# Sometimes, we can see an authentication dialogue which
|
||||
# prevents the test from continuing. Authenticate,
|
||||
# prevents the test from continuing. Authenticate,
|
||||
# if that is the case.
|
||||
my $pass = get_var("USER_PASSWORD", "weakpassword");
|
||||
if (check_screen("auth_required", timeout => 30)) {
|
||||
|
Loading…
Reference in New Issue
Block a user