Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Dec 17, 2024
1 parent 4f8b385 commit f261d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nala/features/mas/docs/docs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { features } from './docs.spec.js';

const miloLibs = process.env.MILO_LIBS || '';

test.describe('CCD Merchcard feature test suite', () => {
test.describe('MAS Docs feature test suite', () => {
test.beforeEach(async ({ page, browserName }) => {
test.skip(browserName !== 'chromium', 'Not supported to run on multiple browsers.');

Expand Down

0 comments on commit f261d64

Please sign in to comment.