mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 12:34:32 +00:00
Reduce duplication of nautilus Documents directory needles
We had three. We only need one, matching on the sidebar entry, which should be always visible. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dcda535db0
commit
84c6e18f14
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
"height": 20,
|
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"xpos": 202,
|
"height": 20,
|
||||||
"width": 117,
|
"width": 100,
|
||||||
"ypos": 163
|
"xpos": 16,
|
||||||
|
"ypos": 205
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 35 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"type": "match",
|
|
||||||
"height": 20,
|
|
||||||
"width": 100,
|
|
||||||
"xpos": 16,
|
|
||||||
"ypos": 205
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"nautilus_directory_documents"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 235,
|
|
||||||
"height": 22,
|
|
||||||
"type": "match",
|
|
||||||
"width": 82,
|
|
||||||
"ypos": 162
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"nautilus_documents_folder"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB |
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 251,
|
|
||||||
"ypos": 165,
|
|
||||||
"width": 82,
|
|
||||||
"height": 22,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"nautilus_documents_folder"
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB |
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click onto a file to select it.
|
# Click onto a file to select it.
|
||||||
assert_and_click("nautilus_test_file");
|
assert_and_click("nautilus_test_file");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
wait_still_screen(2);
|
wait_still_screen(2);
|
||||||
|
|
||||||
# Click on the Burger menu to open it
|
# Click on the Burger menu to open it
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click onto a file to select it.
|
# Click onto a file to select it.
|
||||||
assert_and_click("nautilus_test_file");
|
assert_and_click("nautilus_test_file");
|
||||||
|
@ -8,8 +8,8 @@ use utils;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory.
|
# Enter the Documents directory.
|
||||||
assert_and_dclick("nautilus_documents_folder", timeout => '30', button => 'left', mousehide => '1');
|
assert_and_click("nautilus_directory_documents", timeout => '30', button => 'left', mousehide => '1');
|
||||||
|
|
||||||
# Check that we are in the Documents directory.
|
# Check that we are in the Documents directory.
|
||||||
assert_screen("nautilus_documents_active", timeout => '30', no_wait => '0');
|
assert_screen("nautilus_documents_active", timeout => '30', no_wait => '0');
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click onto a file to select it.
|
# Click onto a file to select it.
|
||||||
assert_and_click("nautilus_test_file");
|
assert_and_click("nautilus_test_file");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Right click onto a file to select it and open the context menu
|
# Right click onto a file to select it and open the context menu
|
||||||
# for it.
|
# for it.
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click on the Burger menu to open it
|
# Click on the Burger menu to open it
|
||||||
assert_and_click("gnome_burger_menu");
|
assert_and_click("gnome_burger_menu");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click on the Burger menu to open it
|
# Click on the Burger menu to open it
|
||||||
assert_and_click("gnome_burger_menu");
|
assert_and_click("gnome_burger_menu");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Rigth click onto a file to open context menu.
|
# Rigth click onto a file to open context menu.
|
||||||
assert_and_click("nautilus_test_file", button => "right");
|
assert_and_click("nautilus_test_file", button => "right");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Click onto a file to select it.
|
# Click onto a file to select it.
|
||||||
assert_and_click("nautilus_test_file");
|
assert_and_click("nautilus_test_file");
|
||||||
|
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Enter the Documents directory to get to the test data.
|
# Enter the Documents directory to get to the test data.
|
||||||
assert_and_dclick("nautilus_directory_documents");
|
assert_and_click("nautilus_directory_documents");
|
||||||
|
|
||||||
# Right click onto a file to select it to see the
|
# Right click onto a file to select it to see the
|
||||||
# context menu.
|
# context menu.
|
||||||
|
Loading…
Reference in New Issue
Block a user