fix typo in docs spec

This commit is contained in:
Michael Shilman 2021-10-21 16:38:54 +08:00
parent 85f5d056d8
commit 958a0e44ef

View File

@ -1,6 +1,6 @@
import { skipOn } from '@cypress/skip-test';
describe('addon-action', () => {
describe('addon-docs', () => {
beforeEach(() => {
cy.visitStorybook();
cy.navigateToStory('example-button', 'primary');