mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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('html', () => {
|
||||
skipOn('react', () => {
|
||||
it('should provide source snippet', () => {
|
||||
cy.getDocsElement()
|
||||
.find('.docblock-code-toggle')
|
||||
@ -28,3 +29,4 @@ describe('addon-docs', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user