Skip to content

Commit

Permalink
refactor: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Feb 6, 2025
1 parent b696aa8 commit 9cbf55e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,8 @@ describe('EditCreateCollectionForm', () => {
})

it('should send inheritFacetsFromParent in true if use facets from parent is checked', () => {
// Accept suggestion
cy.findByRole('button', { name: 'Apply suggestion' }).click()
// Select a Category option

cy.findByLabelText(/^Category/i).select(1)

cy.findByRole('button', { name: 'Create Collection' }).click()
Expand All @@ -1061,9 +1060,8 @@ describe('EditCreateCollectionForm', () => {
})

it('should send inheritFacetsFromParent in false if use facets from parent is unchecked', () => {
// Accept suggestion
cy.findByRole('button', { name: 'Apply suggestion' }).click()
// Select a Category option

cy.findByLabelText(/^Category/i).select(1)

cy.get('@useFacetsFromParentCheckbox').uncheck({ force: true })
Expand Down

0 comments on commit 9cbf55e

Please sign in to comment.