mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Fix for tests
This commit is contained in:
parent
bcd707afb8
commit
0efece650e
@ -73,6 +73,11 @@
|
|||||||
if (errorMsg.indexOf('DOM Exception 22') > -1) {
|
if (errorMsg.indexOf('DOM Exception 22') > -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@if (Utils::isTravis())
|
||||||
|
if (errorMsg.indexOf('Attempting to change value of a readonly property') > -1) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
@endif
|
||||||
// Less than IE9 https://stackoverflow.com/a/14835682/497368
|
// Less than IE9 https://stackoverflow.com/a/14835682/497368
|
||||||
if (! document.addEventListener) {
|
if (! document.addEventListener) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user