skip internal and ca for test

This commit is contained in:
chakAs3 2023-06-02 20:51:33 +04:00
parent a0cd9c5c6f
commit d028cde9c5

View File

@ -158,7 +158,7 @@ test.describe('addon-docs', () => {
test('source snippet should change back to previous value in stories block', async ({ page }) => {
test.skip(
/^(lit|vue-cli|preact|angular)/i.test(`${templateName}`),
/^(lit|vue-cli|preact|angular|internal\/ssv6|ca)/i.test(`${templateName}`),
`Skipping ${templateName}, which does not support dynamic source snippets`
);