Skip test on react

This commit is contained in:
Tom Coleman 2022-07-19 14:41:57 +10:00
parent 169fa8dc9a
commit 59a4a06e8b

View File

@ -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', () => {
});
});
});
});