Skip to content

Commit 073454f

Browse files
authored
test: remove skip and issue tag (#732)
1 parent 9ee7992 commit 073454f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

test/gui/tst_addAccount/test.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Feature: adding accounts
7676
When the user selects download everything option in advanced section
7777
Then the button to open sync connection wizard should be disabled
7878

79-
@skipOnWindows @issue-435
79+
8080
Scenario: Re-add an account
8181
Given user "Alice" has created folder "large-folder" in the server
8282
And user "Alice" has uploaded file with content "test content" to "testFile.txt" in the server

test/gui/tst_deleteFilesFolders/test.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Feature: deleting files and folders
6565
| textfile1.txt |
6666
And as "Alice" file "textfile2.txt" should exist in the server
6767

68-
@issue-435
68+
6969
Scenario: Create and delete a file with special characters in the filename
7070
Given user "Alice" has set up a client with default settings
7171
When user "Alice" creates a file "~`!@#$^&()-_=+{[}];',$%ñ&💥🫨❤️‍🔥.txt" with the following content inside the sync folder

test/gui/tst_moveFilesFolders/test.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Feature: move file and folder
6767
And as "Alice" file "folder1/file2.txt" should not exist in the server
6868

6969

70-
@issue-435
70+
7171
Scenario: Move resources from different sub-levels to sync root
7272
Given user "Alice" has created folder "folder1/folder2/folder3/folder4/test-folder" in the server
7373
And user "Alice" has uploaded file with content "openCloud" to "folder1/folder2/lorem.txt" in the server
@@ -80,7 +80,7 @@ Feature: move file and folder
8080
And as "Alice" file "folder1/folder2/lorem.txt" should not exist in the server
8181
And as "Alice" folder "folder1/folder2/folder3/folder4/test-folder" should not exist in the server
8282

83-
@issue-435
83+
8484
Scenario: Syncing a 50MB file moved into the local sync folder
8585
Given user "Alice" has set up a client with default settings
8686
And user "Alice" has created a folder "Folder1" inside the sync folder

test/gui/tst_spaces/test.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Feature: Project spaces
6767
Then the sync folder list should be empty
6868
But the file "testfile.txt" should exist on the file system
6969

70-
@issue-435
70+
7171
Scenario: User with Viewer role cannot create resource
7272
Given the administrator has added user "Alice" to space "Project101" with role "viewer"
7373
And user "Alice" has set up a client with space "Project101"
@@ -82,7 +82,7 @@ Feature: Project spaces
8282
| resource | status | account |
8383
| simple-folder | Blacklisted | Alice Hansen@%local_server_hostname% |
8484

85-
@issue-435
85+
8686
Scenario: Sharee with Editor role deletes the shared resource
8787
Given user "Brian" has been created in the server with default attributes
8888
And user "Alice" has created folder "simple-folder" in the server

test/gui/tst_syncing/test.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Feature: Syncing files
404404
And the user waits for file "file with space.txt" to be synced
405405
Then as "Alice" file "file with space.txt" should exist in the server
406406

407-
@issue-435
407+
408408
Scenario: Syncing folders each having large number of files
409409
Given the user has created a folder "folder1" in temp folder
410410
And the user has created "500" files each of size "1048576" bytes inside folder "folder1" in temp folder
@@ -533,7 +533,7 @@ Feature: Syncing files
533533
| simple-folder/sub-folder | Blacklisted | Brian Murphy@%local_server_hostname% |
534534
| simple-folder/simple.pdf | Blacklisted | Brian Murphy@%local_server_hostname% |
535535

536-
@skipOnWindows @issue-435
536+
537537
Scenario Outline: File with long multi-byte characters name can be synced (76 characters, 255 bytes including extension)
538538
Given user "Alice" has set up a client with default settings
539539
When user "Alice" creates a file "<filename>" with the following content inside the sync folder
@@ -546,7 +546,7 @@ Feature: Syncing files
546546
| filename |
547547
| 𒁰𒁱𒁲𒁳𒁴𒁵𒁶𒁷𒁸𒁹𒁺𒁻𒁼𒁾𒁿𒁰𒁱𒁲𒁳𒁴𒁵𒁶𒁷𒁸𒁹𒁺𒁻𒁼𒁾𒁿𒁰𒁱𒁲𒁳𒁴𒁵𒁶𒁷𒁸𒁹𒁺abôǣฎพฒฆ๘ตกกผพฒณญไใๅำ๊๒๔๗๘รศฬอฮ.txt |
548548

549-
@issue-435
549+
550550
Scenario: Sync a received shared folder with Editor permission role
551551
Given user "Brian" has been created in the server with default attributes
552552
And user "Alice" has created folder "simple-folder" in the server
@@ -566,7 +566,7 @@ Feature: Syncing files
566566
And as "Brian" file "Shares/simple-folder/simple.pdf" should exist in the server
567567
And as "Brian" the file "Shares/simple-folder/uploaded-lorem.txt" should have the content "overwrite openCloud test text file" in the server
568568

569-
@issue-435
569+
570570
Scenario: Unselected subfolders are excluded from local sync
571571
Given user "Alice" has created folder "test-folder" in the server
572572
And user "Alice" has created folder "test-folder/sub-folder1" in the server

0 commit comments

Comments
 (0)