Skip to content

Commit

Permalink
test(carousel): remove extra slash prefix from a path
Browse files Browse the repository at this point in the history
Co-authored-by: kennylam <[email protected]>
  • Loading branch information
mwanberg and kennylam authored Mar 28, 2022
1 parent b9e7a3e commit 43864be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('dds-carousel | default (desktop)', () => {
describe('dds-carousel | default (mobile)', () => {
beforeEach(() => {
cy.viewport(320, 720);
cy.visit(`/${_paths.default}`);
cy.visit(`${_paths.default}`);
cy.injectAxe();
});

Expand Down

0 comments on commit 43864be

Please sign in to comment.