Skip to content

Commit

Permalink
Update Cypress test for changed property ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Oct 23, 2023
1 parent 4629336 commit 18c5462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/NewLexemeForm.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ describe( 'NewLexemeForm', () => {

cy.intercept( { query: { action: 'wbgetclaims' } }, {
claims: {
P218: [ {
P305: [ {
mainsnak: {
snaktype: 'value',
property: 'P218',
property: 'P305',
hash: 'faa942355921695b9fa30805f0bb66bc7ed5a433',
datavalue: {
value: 'en-gb',
Expand Down

0 comments on commit 18c5462

Please sign in to comment.