mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Ok, I think I fixed all e2e tests
This commit is contained in:
parent
a54747bf13
commit
b4130f3675
@ -98,6 +98,7 @@ Cypress.Commands.add('navigateToStory', (kind, name) => {
|
|||||||
cy.log(`navigateToStory ${kind} ${name}`);
|
cy.log(`navigateToStory ${kind} ${name}`);
|
||||||
|
|
||||||
// Section might be collapsed
|
// Section might be collapsed
|
||||||
|
if (Cypress.$(`#${kindId}`).length) {
|
||||||
cy.get(`#${kindId}`).then(async ($item) => {
|
cy.get(`#${kindId}`).then(async ($item) => {
|
||||||
if ($item.attr('aria-expanded') === 'false') {
|
if ($item.attr('aria-expanded') === 'false') {
|
||||||
await $item.click();
|
await $item.click();
|
||||||
@ -105,6 +106,7 @@ Cypress.Commands.add('navigateToStory', (kind, name) => {
|
|||||||
cy.wait(300);
|
cy.wait(300);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
cy.get(storyLinkId).click({ force: true });
|
cy.get(storyLinkId).click({ force: true });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user