Skip to content

Commit 20fd016

Browse files
committed
fix lint
1 parent 4821797 commit 20fd016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/component/sections/collection/collection-items-panel/collection-card/CollectionCard.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('CollectionCard', () => {
4545
cy.customMount(
4646
<CollectionCard collectionPreview={collectionPreview} parentCollectionAlias="" />
4747
)
48-
48+
4949
cy.findByTestId('linked-collection-icon').should('exist')
5050
})
5151

@@ -59,7 +59,6 @@ describe('CollectionCard', () => {
5959
<CollectionCard collectionPreview={collectionPreview} parentCollectionAlias="" />
6060
)
6161

62-
6362
cy.contains(longName).should('exist')
6463
// Ensure the title wraps within the available width (no horizontal overflow)
6564
cy.get('[data-testid="collection-card"] header a').then(($a) => {

0 commit comments

Comments
 (0)