Skip to content

Commit

Permalink
[AAP-26435] Fix the EDA e2e credential type test (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis authored Jul 11, 2024
1 parent 6d9beff commit 55628d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/eda/Credentials/credential-type-crud.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('EDA Credentials Type - Input Configuration', () => {
cy.clickButton(/^Generate extra vars$/);
cy.clickButton(/^Create credential type$/);
cy.hasDetail('Name', name);
cy.contains('li', 'Credentials').click();
cy.navigateTo('eda', 'credentials');
cy.get('h1').should('contain', 'Credentials');
cy.clickButton(/^Create credential$/);
cy.selectDropdownOptionByResourceName('credential-type-id', name);
Expand Down Expand Up @@ -237,7 +237,7 @@ describe('EDA Credentials Type - Input Configuration', () => {
cy.clickButton(/^Generate extra vars$/);
cy.clickButton(/^Create credential type$/);
cy.hasDetail('Name', name);
cy.contains('li', 'Credentials').click();
cy.navigateTo('eda', 'credentials');
cy.get('h1').should('contain', 'Credentials');
cy.clickButton(/^Create credential$/);
cy.selectDropdownOptionByResourceName('credential-type-id', name);
Expand Down Expand Up @@ -266,7 +266,7 @@ describe('EDA Credentials Type - Input Configuration', () => {
cy.clickButton(/^Generate extra vars$/);
cy.clickButton(/^Create credential type$/);
cy.hasDetail('Name', name);
cy.contains('li', 'Credentials').click();
cy.navigateTo('eda', 'credentials');
cy.get('h1').should('contain', 'Credentials');
cy.clickButton(/^Create credential$/);
cy.get('[data-cy="name"]').type(name);
Expand Down

0 comments on commit 55628d5

Please sign in to comment.