Skip to content

Commit

Permalink
#2490 Revert changes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed May 8, 2024
1 parent 3b8b445 commit 788af97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/cypress/e2e/skills_group_modal_spec.js
Expand Up @@ -200,7 +200,7 @@ describe('Skills Group Modal Tests', () => {

cy.get('[data-cy="nameCell_group2"]').contains('Updated Group Name')
// cy.get('[data-cy="expandDetailsBtn_group2"]').click();
cy.get('[data-p-index="1"] [data-pc-section="rowtoggler"]').click()
// cy.get('[data-p-index="1"] [data-pc-section="rowtoggler"]').click()
cy.get('[data-cy="ChildRowSkillGroupDisplay_group2"] [data-cy="description"]').contains('another value');

cy.get('[data-cy="editSkillButton_group2"]').click();
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/cypress/e2e/skills_spec.js
Expand Up @@ -245,7 +245,7 @@ describe('Skills Tests', () => {

cy.get('[data-cy=saveDialogBtn]').should('be.enabled').click()

cy.get('[data-pc-section="rowtoggler"]').first().click();
// cy.get('[data-pc-section="rowtoggler"]').first().click();
cy.get('[ data-cy="childRowDisplay_Skill1Skill"]').contains('1,000 Points')
})

Expand Down

0 comments on commit 788af97

Please sign in to comment.