Skip to content

Commit

Permalink
chore(PPDSC-1581): remove test focus
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuartf committed Jan 5, 2023
1 parent dcf226c commit 8fddbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/components/drawer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('drawer', () => {
);
});

it.only('scrolling drawer panel is possible', () => {
it('scrolling drawer panel is possible', () => {
cy.get('[data-testid="drawer-open-button"]').first().click();

cy.wait(1000);
Expand Down

0 comments on commit 8fddbc7

Please sign in to comment.