Skip to content

Commit

Permalink
fixed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
konzz committed Sep 24, 2024
1 parent 7799511 commit 5b967fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/settings/information-extraction.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ describe('Information Extraction', () => {
});

it('should click to fill with a new text', () => {
cy.contains('The Spectacular Spider-Man').parent().siblings().last().click();
cy.contains('The Spectacular Spider-Man').parent().parent().siblings().last().click();
cy.get('aside').within(() => {
cy.get('input').clear();
});
Expand Down Expand Up @@ -384,6 +384,7 @@ describe('Information Extraction', () => {
cy.contains('a', 'Metadata Extraction').eq(0).click();
cy.contains('Fechas from relevant templates').siblings().last().click();
cy.contains('Apitz Barbera y otros. Resolución de la Presidenta de 18 de diciembre de 2009')
.parent()
.parent()
.siblings()
.last()
Expand Down

0 comments on commit 5b967fd

Please sign in to comment.