Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zJaaal committed Jan 6, 2025
1 parent c0d68ba commit 9d630d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,11 @@ describe('DotUveToolbarComponent', () => {
expect(button.attributes).toEqual({
class: 'ng-star-inserted',
icon: 'pi pi-external-link',
pTooltip: 'Copy URL',
'data-testId': 'uve-toolbar-copy-url',
'ng-reflect-style-class': 'p-button-text p-button-sm p-bu',
'ng-reflect-content': 'Copy URL',
'ng-reflect-icon': 'pi pi-external-link',
'ng-reflect-text': 'http://localhost:3000/test-url',
'ng-reflect-tooltip-position': 'bottom',
styleClass: 'p-button-text p-button-sm p-button-rounded'
});
});
Expand Down

0 comments on commit 9d630d8

Please sign in to comment.