1
0
Fork 0

Test issue fix

This commit is contained in:
Wouter van Wageningen 2023-05-23 04:25:03 +00:00
parent 09827cea6e
commit cbcbbeb5b8

View file

@ -87,7 +87,7 @@ describe('Crossbox Plugin Tests', () => {
const Test = new Design({ plugins: [annotationsPlugin], parts: [part] })
const pattern = new Test()
pattern.draft()
const c = pattern.parts[0].test.points.textAnchor
const c = pattern.parts[0].test.points['1textAnchor']
expect(c.attributes.get('data-text')).to.equal('test')
})
})