mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:11:08 +08:00
Fix cypress
This commit is contained in:
parent
db7f753ef9
commit
054e806955
@ -116,7 +116,8 @@ Cypress.Commands.add('navigateToStory', (kind, name) => {
|
||||
cy.wait(300);
|
||||
|
||||
// assert url changes
|
||||
cy.url().should('include', `path=/story/${kindId}--${storyId}`);
|
||||
const viewMode = name === 'docs' ? 'docs' : 'story';
|
||||
cy.url().should('include', `path=/${viewMode}/${kindId}--${storyId}`);
|
||||
cy.get(storyLinkId).should('have.attr', 'data-selected', 'true');
|
||||
|
||||
// A pause is good when switching stories
|
||||
|
Loading…
x
Reference in New Issue
Block a user