Prevent setting color attribute on loading bar
Fire accessibility/HTML guidelines warnings/errors
This commit is contained in:
parent
04bc2e2dbe
commit
8d20c8f391
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
</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>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ describe('Test video update scheduler', function () {
|
|||
let video2UUID: string
|
||||
|
||||
before(async function () {
|
||||
this.timeout(30000)
|
||||
this.timeout(120000)
|
||||
|
||||
// Run servers
|
||||
servers = await createMultipleServers(2)
|
||||
|
|
Loading…
Reference in a new issue