Skip to content

Commit

Permalink
fix(e2e): Remove usage of `#processor-advanced-expandable-section-tog…
Browse files Browse the repository at this point in the history
…gle`

The `interceptSendToEndpoint` and `onCompletion` entities don't have
expandable sections, making the e2e to fail.

relates to: KaotoIO#1195
  • Loading branch information
lordrip committed Jun 24, 2024
1 parent 6e3006e commit c06e625
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ describe('Test for interceptSendToEndpoint configuration container', () => {

cy.interactWithConfigInputObject('description', 'testDescription');
cy.interactWithConfigInputObject('skipSendToOriginalEndpoint', 'testSkipSendToOriginalEndpoint');

cy.get('#processor-advanced-expandable-section-toggle').click();
cy.interactWithConfigInputObject('afterUri', 'testAfterUri');

cy.openSourceCode();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('Test for onCompletion configuration container', () => {
cy.interactWithConfigInputObject('onCompleteOnly');
cy.interactWithConfigInputObject('onFailureOnly');

cy.get('#processor-advanced-expandable-section-toggle').click();
cy.selectInTypeaheadField('mode', 'BeforeConsumer');
cy.interactWithConfigInputObject('parallelProcessing');
cy.interactWithConfigInputObject('useOriginalMessage');
Expand Down

0 comments on commit c06e625

Please sign in to comment.