Skip to content

Commit

Permalink
removing extra line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
shameerrehman committed Aug 22, 2023
1 parent 81cf73c commit 77e77cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/filter-feature.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('tests the enabling of different features', () => {
cy.document().find('astral-screen-reader');


"Text Size", "Text Spacing", "Screen Mask", "Line Height"
//checks saturation component
cy.visit(Cypress.env('blankUrl')).then(() => {
cy.window().invoke('initializeAstral', {enabledFeatures:["Saturation"]})
Expand Down

0 comments on commit 77e77cd

Please sign in to comment.