Skip to content

Commit

Permalink
display full label to check the proper value (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Sep 16, 2024
1 parent 0791d69 commit 43c45a3
Show file tree
Hide file tree
Showing 2 changed files with 1,595 additions and 2,095 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/1-basic/resources.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ describe('Resources', () => {
it('should show labels on resources', () => {
cy.get('[data-cy="visible-columns-dropdown"]').click();
cy.get('pa-checkbox').contains('Labels').click();
cy.get('pa-button').contains('Display full labels').click();
cy.get('pa-chip-closeable').should('contain', 'permanent');
});
});
Expand Down
Loading

0 comments on commit 43c45a3

Please sign in to comment.