-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only][full-ci] removed webUIFilesList
test suite from old acceptance test
#10588
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PrajwolAmatya
force-pushed
the
test/try-create-file-with-existing-name
branch
from
March 12, 2024 11:30
361864d
to
731a901
Compare
PrajwolAmatya
force-pushed
the
test/try-create-file-with-existing-name
branch
3 times, most recently
from
March 18, 2024 06:15
1322821
to
2c498f6
Compare
PrajwolAmatya
changed the title
[tests-only][full-ci] added e2e test to create a new file with existing name
[tests-only][full-ci] removed Mar 18, 2024
webUIFilesList
test suite from old acceptance test
PrajwolAmatya
requested review from
grgprarup,
SagarGi,
saw-jan,
Salipa-Gurung,
amrita-shrestha,
nabim777,
S-Panta,
ScharfViktor and
nirajacharya2
March 18, 2024 06:43
saw-jan
reviewed
Mar 18, 2024
saw-jan
reviewed
Mar 18, 2024
18 tasks
PrajwolAmatya
changed the title
[tests-only][full-ci] removed
[tests-only][full-ci] removed Mar 20, 2024
webUIFilesList
test suite from old acceptance testwebUIFilesList
test suite from old acceptance test and E2E test added for sorting files/folders
PrajwolAmatya
force-pushed
the
test/try-create-file-with-existing-name
branch
from
March 20, 2024 08:28
e963e11
to
43a512a
Compare
saw-jan
requested changes
Mar 21, 2024
PrajwolAmatya
force-pushed
the
test/try-create-file-with-existing-name
branch
from
March 21, 2024 06:06
43a512a
to
a1a4834
Compare
PrajwolAmatya
changed the title
[tests-only][full-ci] removed
[tests-only][full-ci] removed Mar 21, 2024
webUIFilesList
test suite from old acceptance test and E2E test added for sorting files/folderswebUIFilesList
test suite from old acceptance test
saw-jan
approved these changes
Mar 21, 2024
Quality Gate passedIssues Measures |
ScharfViktor
approved these changes
Mar 21, 2024
delete-merged-branch
bot
deleted the
test/try-create-file-with-existing-name
branch
March 21, 2024 08:17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In this PR, removed the
webUIFilesList
test suite, which consists offilesList.feature
andsort.feature
files.Removed tests:
Scenario: Resources are listed and files list displays quicklink quick action
: covered in link.feature L57Scenario: Empty folders display no resources in the list
: covered in most scenarios with step creating folder and uploading resourcesScenario: files are not selected when the user logs in
: mostly covered in copy move testsScenario: select files
: mostly covered in copy move teststests related to sorting files/folders: covered by unit tests
Forward port to master: [tests-only][full-ci]removed webUIFilesList test suite from webUI tests #10655
Related Issue
Types of changes