mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 09:16:38 +00:00
Increase svg icon test timeout
Change-type: patch
This commit is contained in:
parent
6d79a8e23a
commit
a8f8c2cd85
@ -85,7 +85,7 @@ describe('Browser: SVGIcon', function () {
|
||||
const compiledDoc = compiledSVGParser.parseFromString(compiledContents, 'image/svg+xml')
|
||||
|
||||
m.chai.expect(compiledDoc.outerHTML).to.equal(originalDoc.outerHTML)
|
||||
})
|
||||
}).timeout(10000)
|
||||
|
||||
it('should accept an SVG in the contents attribute', function () {
|
||||
const iconContents = '<svg><rect x="10" y="10" height="100" width="100" style="stroke:red;fill:blue;"/></svg>'
|
||||
|
Loading…
x
Reference in New Issue
Block a user