mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Skip test on react
This commit is contained in:
parent
169fa8dc9a
commit
59a4a06e8b
@ -8,6 +8,7 @@ describe('addon-docs', () => {
|
|||||||
|
|
||||||
skipOn('vue3', () => {
|
skipOn('vue3', () => {
|
||||||
skipOn('html', () => {
|
skipOn('html', () => {
|
||||||
|
skipOn('react', () => {
|
||||||
it('should provide source snippet', () => {
|
it('should provide source snippet', () => {
|
||||||
cy.getDocsElement()
|
cy.getDocsElement()
|
||||||
.find('.docblock-code-toggle')
|
.find('.docblock-code-toggle')
|
||||||
@ -28,3 +29,4 @@ describe('addon-docs', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user