Skip to content
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

feat(#3298): Add test to validate code editor for compact adapters in UI #3299

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Oct 18, 2024

Purpose

This PR introduces a Cypress test to ensure that the code editor for compact adapters is correctly displayed in the user interface. The code editor is utilized in two distinct areas of the application:

  1. Adapter Creation: During the process of creating a new adapter.
  2. Adapter Details View: Within the detailed view of an existing adapter.

The test verifies that the code editor appears as expected in both scenarios.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added ui Anything that affects the UI testing Relates to any kind of test (unit test, integration, or E2E test). labels Oct 18, 2024
@tenthe tenthe changed the base branch from dev to 3298-add-cypress-e2e-tests-for-compact-adapter-feature October 18, 2024 07:13
#3301)

* feat(#3298): Add test to validate success path of add compact adapters

* feat(#3298): Add header to yml file
@tenthe tenthe merged commit 68467e9 into 3298-add-cypress-e2e-tests-for-compact-adapter-feature Oct 21, 2024
20 checks passed
@tenthe tenthe deleted the 3298-add-cypress-e2e-tests-for-compact-adapter-feature-test-1 branch October 21, 2024 09:25
dominikriemer pushed a commit that referenced this pull request Oct 31, 2024
* feat(#3298): Add test to validate code editor for compact adapters in UI (#3299)

* feat(#3298): Add test to validate code editor for compact adapters in UI

* feat(#3298): Add test to validate success path of add compact adapters (#3301)

* feat(#3298): Add test to validate success path of add compact adapters

* feat(#3298): Add header to yml file

* feat(#3298): Return Conflict Status Code for Duplicate Adapter ID (#3302)

* feat(#3298): Return status code conflict when adapter id is already taken

* feat(#3298): Fix checkstyle

* feat(#3298): Add test to check rename rule for compact adapters

* feat(#3298): Add test to check rename unit transformation rule for compact adapters

* feat(#3298): Fix e2e tests and improve error message in ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Relates to any kind of test (unit test, integration, or E2E test). ui Anything that affects the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant