Adam Świderski
ebbc868aa1
[ACS-9065] [E2E] Added folder information tests in ACA ( #4478 )
...
* [ACS-9065] Added folder information tests in ACA
* [ACS-9065] fixed sonar issues
* [ACS-9065] Changed test describe name
* [ACS-9065] debugging dialog errors 1
* [ACS-9065] removed debugging reload
* [ACS-9065] renamed e2e file
2025-04-03 10:02:43 +02:00
dependabot[bot]
c1db5f0adb
Build(deps): Bump the github-actions group with 2 updates ( #4493 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](2cc7959c56...b8012bd549
)
Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 15:46:21 +02:00
MichalKinas
c09bfc0809
[ACS-7241] Fixed if structure to properly run jobs if some are skipped ( #4489 )
...
* [ACS-7241] Test changes
* [ACS-7241] Change condition to always and add additional step for proper verification
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Fixed if conditionals
2025-03-31 11:59:38 +02:00
MichalKinas
af3b54129e
[ACS-7241] Parallel releases fix ( #4488 )
2025-03-31 10:12:00 +02:00
MichalKinas
d88bf8ce3e
[ACS-7241] Support parallel releases ( #4297 )
...
* [ACS-7241] Parallel releases support v1
* [ACS-7241] Add missing needs clauses
* [ACS-7241] Proper conditional job check
* [ACS-7241] Revert testing changes, namespace fix
* [ACS-7241] Add improved conditions
2025-03-31 09:15:45 +02:00
Akash Rathod
d3df91d15e
[ACS-9426] [e2e] fix smoke test sonar issue ( #4459 )
...
* ACS-9426 rewrite smoke test
* ACS-9426 rewrite smoke test add to xray
* ACS-9426 check for smoke test run
2025-03-19 09:13:57 +01:00
dependabot[bot]
801d671f98
Build(deps): Bump the github-actions group with 2 updates ( #4422 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.5.2 to 2.6.1
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](b811e49583...2cc7959c56
)
Updates `Alfresco/alfresco-build-tools` from 8.12.1 to 8.14.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.12.1...v8.14.1 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 08:54:25 +01:00
dependabot[bot]
b3b5096e41
Build(deps): Bump the github-actions group with 2 updates ( #4369 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](8dfaf9c206...b811e49583
)
Updates `Alfresco/alfresco-build-tools` from 8.8.0 to 8.12.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.8.0...v8.12.1 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 12:52:52 +01:00
MichalKinas
8931a295c6
[ACS-9102] Local ACS deployment for E2Es ( #4324 )
...
* [ACS-9102] Local ACS deployment draft
* [ACS-9102] Move ACS deployment to composite action
* [ACS-9102] Remove obsolete checks
* [ACS-9102] Proper secrets for ACS deployment
* [ACS-9102] Add required shell property
* [ACS-9102] Use fixed acs deployment version
* [ACS-9102] Proper acs deployment tag
* [ACS-9102] Add required shell property
* [ACS-9102] Fix helm install params
* [ACS-9102] Remove obsolete checkout
* [ACS-9102] Use more powerful runner for E2Es
* [ACS-9102] Introduce temp secrets
* test curl localhost
* skip n-1 matrix jobs
* test ipv4 first
* [ACS-9102] Adjust Playwright E2E host
* [ACS-9102] Bring back matrix job
* disable unnecessary acs components
* debug ingress after tests run
* [ACS-9102] Fix folder-rules test suite
* [ACS-9102] Fix part of viewer test suite
* [ACS-9102] Additional E2E fixes
* [ACS-9102] fixes for e2es -> empty-list and search
* [ACS-9102] more fixes for e2es and github actions artifacts added for easier debugging
* [ACS-9102] removed artifacts from GHA
* print all logs
* [ACS-9102] Remove outdated secrets
* [ACS-9102] Remove after-e2e action
* do not wait for reindexing
* test on latest runner
* Always debug ingress logs
* avoid sleep waiting for app startup
* cleanup unnecessary action input type
* fixup indent
* test with latest acs alpha
* Revert "do not wait for reindexing"
This reverts commit 86ca54de33a6b5bf1da65202caac5798b5f88d51.
* [ACS-9102] Exclude unstable test cases
* [ACS-9102] Exclude unstable test cases
* [ACS-9102] Exclude unstable test cases
---------
Co-authored-by: Giovanni Toraldo <giovanni.toraldo@hyland.com>
Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-01-15 11:34:03 +01:00
dependabot[bot]
1466c879d3
Build(deps): Bump the github-actions group with 2 updates ( #4322 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](2d540f18b0...8dfaf9c206
)
Updates `Alfresco/alfresco-build-tools` from 8.4.0 to 8.8.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.4.0...v8.8.0 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 11:43:19 +01:00
MichalKinas
f5ca67cc25
[ACS-9042] Introduce Crowdin related workflows and Crowdin config ( #4281 )
...
* [ACS-9042] Introduce Crowdin related workflows and Crowdin config
* [ACS-9042] Proper checkout action version
2024-12-05 10:30:03 +01:00
dependabot[bot]
1494cea53d
Build(deps): Bump Alfresco/alfresco-build-tools ( #4267 )
...
Bumps the github-actions group with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 8.2.0 to 8.4.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.2.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 12:09:42 +01:00
dependabot[bot]
495f47498b
Build(deps): Bump Alfresco/alfresco-build-tools ( #4213 )
...
Bumps the github-actions group with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 7.1.0 to 8.2.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v7.1.0...v8.2.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 12:17:28 +01:00
dependabot[bot]
264592b5ab
Build(deps): Bump the github-actions group with 7 updates ( #4152 )
...
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `3` | `4` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `2` | `3` |
| [actions/setup-node](https://github.com/actions/setup-node ) | `3` | `4` |
| [actions/cache](https://github.com/actions/cache ) | `3` | `4` |
| [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) | `1.35.0` | `7.1.0` |
| [actions/github-script](https://github.com/actions/github-script ) | `6` | `7` |
| [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) | `4` | `5` |
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
Updates `Alfresco/alfresco-build-tools` from 1.35.0 to 7.1.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v1.35.0...v7.1.0 )
Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
Updates `stefanzweifel/git-auto-commit-action` from 4 to 5
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 09:15:01 +02:00
MichalKinas
9ca398ddcf
Another fixes for aca-playwright-shared ( #4100 )
...
* Another fixes for aca-playwright-shared
* Add aca-playwright-shared to the build
* Small fix
2024-09-04 19:39:15 +02:00
MichalKinas
96df46a32a
Make aca-playwright-shared buildable and publishable ( #4098 )
...
* Make aca-playwright-shared buildable and publishable
* Small PR workflow fix
2024-09-04 18:24:46 +02:00
MichalKinas
4cacc389ce
[ACS-8660] Fix daily cron e2e ( #4077 )
2024-09-02 09:02:53 +02:00
MichalKinas
f4dd41bc0e
Refactor cron daily job to reuse pr workflow ( #4062 )
...
* Refactor cron daily job to reuse pr workflow
* CR fix
2024-08-28 10:43:52 +02:00
MichalKinas
ca3636a290
[ACS-8660] Introduce daily CI cron workflow ( #4055 )
...
* [ACS-8660] Introduce daily CI cron workflow
* [ACS-8660] Rename workflow file
* [ACS-8660] Small fix
* [ACS-8660] Refine cron workflow param
* [ACS-8660] GHA input visibility fix
* [ACS-8660] GHA input fix
2024-08-27 07:34:47 +02:00
MichalKinas
a022829e44
[ACS-7970] Add the option to select a tag for ADF upstream ( #4054 )
2024-08-26 14:11:47 +02:00
MichalKinas
86fb96579b
[ACS-8659] Refine ADF upstream to pick only 'alpha' versions ( #4049 )
...
* Investigate GH package versions response
* Retrieve package data
* Get proper package type
* Pass required exec param
* Use proper dependency name
* Code cleanup
* [ACS-8659] Prettier fixes
2024-08-23 15:06:23 +02:00
Akash Rathod
4e67a8d9b0
[ACS-8153] delete protractor e2e configuration and files ( #3885 )
...
* [ACS-8153] delete protractor e2e configuration and files
* [ACS-8153] util fix
* [ACS-8153] pr fix
* [ACS-81532] remove e2e package.json
* [ACS-81532] remove chrome configuration
* package-lock file
2024-07-26 13:07:32 +02:00
Katarzyna Kita
d9a0ce7964
[ACS-8063] Migrate editActions e2e from Protractor to Playwright ( #3900 )
...
* ACS-8063 Migrate editActions
* Removed protractor edit folder tests and protractor e2e run from github
2024-07-24 00:57:02 +02:00
Denys Vuika
b5568d43fa
[ACS-8433] ACA: User Profile Service ( #3957 )
2024-07-22 10:07:43 -04:00
Katarzyna Kita
a6c929a958
[ACS-8064] Migrate actions-favorites tests to Playwright ( #3871 )
...
* ACS-8064 Migrate actions-favorites tests to Playwright
2024-06-13 11:16:25 +02:00
Akash Rathod
157451841c
[ACS-7765] playwright Migration for upload new action e2e test ( #3866 )
...
* [ACS-7764] Migrated e2e tests Actions - upload
* [ACS-7764] Protractor2Playwright - Actions - Upload
* [ACS-7764] upload file fix
* [ACS-7765] playwright upload new action e2e test
* [ACS-7765] fix locator
* [ACS-7765] added fix and new test
* suggested fix for locator text
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
* Update viewer.component.ts
---------
Co-authored-by: Katarzyna Kita <katarzyna.kita@hyland.com>
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2024-06-04 15:27:48 +02:00
Akash Rathod
a98c81bbbe
[ACS-8045] update chrome driver settings ( #3862 )
...
* [ACS-8045]update ACA chrome driver
* [ACS-8045]update ACA chrome driver to stable
* [ACS-8045]update ACA chrome driver script
* [ACS-8045]revert chrome driver script
* update webdriver tesst
* Update action.yml
* update webdriver command
* update webdriver new script
* remove chrome install step
* remove chrome webdriver update twice
* add chrome webdriver update step
* e2e run command update
* e2e run command update
* e2e run command update
* remove temp e2e
2024-05-31 10:11:43 +02:00
Katarzyna Kita
12742b3b90
[ACS-5019] Migrated e2e tests - Actions - download ( #3829 )
...
* [ACS-5019] Migrated Tests Protractor2Playwright Actions - download
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
2024-05-07 11:00:27 +02:00
Akash Rathod
4e0f7017bb
ACS-7709 fix workflow name and e2e ( #3815 )
...
* [ACS-7709] fix workflow name and e2e
* [ACS-7709] fix workflow name and e2e
2024-04-25 11:04:26 +02:00
Akash Rathod
7ce9e302de
[ACS-7494] add report portal for ACA ( #3794 )
...
* [ACS-7494] dev-reportportal-aca
* [ACS-7494] add reportportal-aca
* [ACS-7494] add reportportal variable
* [ACS-7494] change year
* [ACS-7494] review changes
* [ACS-7494] review changes
* [ACS-7494] review changes
2024-04-17 11:05:11 +02:00
MichalKinas
5adaf35e79
[ACS-6956] Add GHA workflow to release ACA libs from branch ( #3702 )
...
* [ACS-6956] Add GHA workflow to release ACA libs from branch
* [ACS-6956] Add lint and unit-tests step
2024-03-20 12:21:27 +01:00
Adam Świderski
96a5542fe4
[ACS-7267] The rest of list-views tests migrated to Playwright ( #3711 )
2024-03-19 09:40:44 +01:00
Adam Świderski
93cf1b9198
[ACS-6798] protractor to playwright e2e test suites search results libraries ( #3690 )
...
* [ACS-6798] seach results libraries migrated
* [ACS-6798] added infoDrawer and search to PW tests in PRs
* [ACS-6798] excluded tests + sonar fix
* [ACS-6798] sonar fix 2
* [ACS-6798] sonar fix 3
* [ACS-6798] sonar fix 3
* [ACS-6798] login and delete methods added to Utils for sonar cloud duplication code
* [ACS-6798] review fixes
* Revert "[ci:force][auto-commit] Update dependencies ADF:6.8.0-8186121470 JS:7.7.0-8186121470 (#3693 )"
This reverts commit 29b1bf99d4ff8734342b94907d6bb2676a407e2e.
* Revert "Release 4.4.1 (#3688 )"
This reverts commit 6dd3ad66d0d96054beb4f70fee5b2b550cc23efc.
* [ACS-6798] review fixes pt2
* [ACS-6798] review fixes pt 3
* [ACS-6798] review fixes pt4
* [ACS-6798] review fixes pt4.1
2024-03-08 10:58:19 +01:00
Adam Świderski
89f12dc731
[ACS-6797] search general migrated from Protractor to Playwright ( #3674 )
...
* ACS-6797 search general migrated v1
* [ACS-6797] SonarCloud fix + test name update
* [ACS-6797] Tests fixed and passing
* [ACS-6797] Old protractor tests deleted from yml file
2024-02-29 14:21:32 +01:00
MichalKinas
d33912b39a
[ACA-4732] Update JS-API version first ( #3613 )
2024-01-25 15:00:07 -05:00
Akash Rathod
608e6c5eb4
[ACS-6575] code fix and split action suite ( #3604 )
...
* code split and fix
* code split and fix
* code split and fix
* [ACS-6575]code fix in workflow
2024-01-19 13:09:07 +05:30
Denys Vuika
09aba59b06
[ACS-6563] cleanup protractor configs and e2e for extensibility ( #3591 )
...
* cleanup extensibility configs and protractor e2e
* cleanup
* cleanup
2024-01-10 09:09:11 -05:00
Denys Vuika
487c5ef62d
cleanup env variables ( #3583 )
2024-01-08 17:05:10 +00:00
Denys Vuika
33c3d6f5d4
[ACS-6543] switch from aws to gha cache ( #3582 )
...
* switch to gha cache
* save cache
* use exact path
* improve cache key
* cleanup
* cleanup
* remove npm registry var
* remove codeowners
2024-01-04 15:25:26 +00:00
Akash Rathod
5bb7c210a5
[ACS-6535]add e2e test suite for copy-move-actions ( #3576 )
...
* add e2e test suite for copy-action
* code fix
* [ACS-6457] Migrated unshare-file e2es to playwright (#3575 )
* [ACS-6457] Migrated unshare-file e2es to playwright
* Removed only
* [ACS-6457] Removed protractor file
* Updated timeout
* Updated timeout
* Removed clickClose method
* Addressed review comments
* Addressed review comments
* Created a separate test suit for share-actions
* Remove only
* rebase
* code fix
* code fix
---------
2024-01-02 15:11:22 +05:30
Kritagya Jaiswal
6b18b631ae
[ACS-6457] Migrated unshare-file e2es to playwright ( #3575 )
...
* [ACS-6457] Migrated unshare-file e2es to playwright
* Removed only
* [ACS-6457] Removed protractor file
* Updated timeout
* Updated timeout
* Removed clickClose method
* Addressed review comments
* Addressed review comments
* Created a separate test suit for share-actions
* Remove only
2023-12-28 11:54:32 +05:30
Akash Rathod
8b412b28f9
[ACS-6435] playwright e2e for list views personal files ( #3551 )
...
* [ACS-6435] playwright e2e for list views personal files
* e2e test for trash page
* e2e test for trash page
* e2e test for file-libraries page
* e2e test for file-libraries page fix
* e2e test for file-libraries page fix
* e2e test shared recent page
* e2e test shared recent page fix
* e2e test review comment fix
* e2e test review fix flaky test fix
* e2e test fail test fix
* e2e test fail fix
* test code fix
* protractor list-view test enable
2023-12-11 11:07:13 -05:00
SheenaMalhotra182
78b1e3e460
[ACS-6443] cleanup for redundant e2es and unused methods ( #3547 )
...
* [ACS-6443] removed redundant e2es and unused methods
* [ACS-6443] cleanup
* [ACS-6443] cleanup
* [ACS-6443] undo cleanup
* [ACS-6443] linting fix
* [ACS-6443] cleanup
* [ACS-6443] cleanup
* [ACS-6443] addressed review comments
2023-12-01 13:33:23 +05:30
Adam Zakrzewski
1b55de018b
[ACS-5018] library actions protractor tests ( #3545 )
...
* [ACS-5018] library actions protractor tests
* updating type and timeout
* implementing reviews comments
2023-11-29 19:09:07 +01:00
Akash Rathod
fef55a3f73
[ACS-5923] remove navigation protractor e2e test ( #3541 )
2023-11-28 04:36:18 -05:00
Akash Rathod
c086bf2023
[ACS-6367] action available e2e remove ( #3540 )
...
* [ACS-6367] action available e2e remove
* [ci:force]
* Revert "[ACS-6367] action available e2e remove"
This reverts commit 0a92a383459797f970ea397c30bfb3350ba1ebeb.
* [ACS-6367] action available e2e remove
2023-11-27 09:43:55 -05:00
Akash Rathod
7468111d19
[ACS-6368] remove special permissions e2e test ( #3536 )
2023-11-24 11:04:54 +00:00
Kritagya Jaiswal
f705c462be
[ACS-6239] Migrated personal files of pagination suit to playwright ( #3528 )
...
* [ACS-6239] Migrated personal files of pagination suit to playwright
* [ACS-6239] Remove only
* Added path in json file
* [ACS-6239] Addressed review comments
* [ACS-6239] Addressed review comments
* [ACS-6239] Removed material classes and used roles for test cases
* Addressed review comments
2023-11-23 13:37:03 +00:00
Adam Zakrzewski
336047318a
[ACS-5511] create library tests update ( #3516 )
...
* [ACS-5511] create library tests update
* updates from commands
2023-11-13 14:10:34 +01:00
DominikIwanek
ee562da66d
[ACA-4722] - fix publish image script ( #3511 )
2023-11-08 15:44:00 +01:00