mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Update KDE vault needles and test
The backend is now cryfs in F36/Rawhide. I don't think we need to be policing which backend Vault decides to use, so let's just accept either. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
482712f953
commit
1084aa0828
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 203,
|
||||||
|
"width": 103,
|
||||||
|
"type": "match",
|
||||||
|
"height": 20,
|
||||||
|
"ypos": 183
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"vault_backend_available"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"vault_encfs_backend_available"
|
"vault_backend_available"
|
||||||
],
|
],
|
||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
@ -12,4 +12,4 @@
|
|||||||
"type": "match"
|
"type": "match"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
15
needles/kde/apps/vault/vault_menu_create_new-20220303.json
Normal file
15
needles/kde/apps/vault/vault_menu_create_new-20220303.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"width": 148,
|
||||||
|
"xpos": 721,
|
||||||
|
"height": 16,
|
||||||
|
"ypos": 533,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"vault_menu_create_new"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/kde/apps/vault/vault_menu_create_new-20220303.png
Normal file
BIN
needles/kde/apps/vault/vault_menu_create_new-20220303.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -26,7 +26,7 @@ sub run {
|
|||||||
assert_screen "vault_dialog_runs";
|
assert_screen "vault_dialog_runs";
|
||||||
|
|
||||||
# Check that a correct backend is available
|
# Check that a correct backend is available
|
||||||
assert_screen "vault_encfs_backend_available";
|
assert_screen "vault_backend_available";
|
||||||
|
|
||||||
# Enter the name of the newly created testvault
|
# Enter the name of the newly created testvault
|
||||||
assert_and_click "vault_enter_name";
|
assert_and_click "vault_enter_name";
|
||||||
|
Loading…
Reference in New Issue
Block a user