Prevent setting color attribute on loading bar
Fire accessibility/HTML guidelines warnings/errors
This commit is contained in:
parent
04bc2e2dbe
commit
8d20c8f391
|
@ -49,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ngx-loading-bar [includeSpinner]="false" color="var(--mainColor)"></ngx-loading-bar>
|
<ngx-loading-bar [includeSpinner]="false" [color]="'var(--mainColor)'"></ngx-loading-bar>
|
||||||
|
|
||||||
<my-confirm></my-confirm>
|
<my-confirm></my-confirm>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ describe('Test video update scheduler', function () {
|
||||||
let video2UUID: string
|
let video2UUID: string
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(120000)
|
||||||
|
|
||||||
// Run servers
|
// Run servers
|
||||||
servers = await createMultipleServers(2)
|
servers = await createMultipleServers(2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user