Skip to content

Commit

Permalink
Update topical.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
annekauf committed May 8, 2024
1 parent 75c4222 commit 44ebcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/topical.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ describe('Topical Search', () => {
url: '/Results',
qs: {
lookfor: 'pariser kommune',
type: 'topic_title',
type: 'truncate-subjects',
limit: 10
}
})
})

it.skip ('TOP10 should contain search terms in subject fields', () => {
cy.get('.resultlist')
cy.get('.truncate-subject')
.contains('pariser kommune')
})
})
Expand Down

0 comments on commit 44ebcd2

Please sign in to comment.