Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Nov 28, 2024
1 parent 1a385d9 commit e0fa89e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ context("Single Item", () =>
"Art.-ID", "116", "Zustand", "Neu", "Altersfreigabe", "Ohne Altersbeschränkung", "Hersteller", "A & C Design", "Herstellungsland", "Deutschland", "Inhalt", "250 Gramm"
];

cy.get(".nav-tabs").children().last().click();
cy.get(".nav-tabs").children().eq(-2).click();
cy.get(".tab-pane.active").then((descText) =>
{
content.forEach((text) =>
Expand Down

0 comments on commit e0fa89e

Please sign in to comment.