fix(e2e): remove invalid syntax usage (#2687)
This commit is contained in:
parent
89f1af9807
commit
c426e57818
|
@ -242,9 +242,6 @@ button</button>
|
|||
|
||||
<button [attr.disabled]="!isUnchanged">Disabled as well</button>
|
||||
|
||||
<!-- can't remove it with [attr.disabled] either -->
|
||||
<button disabled [attr.disabled]>Still disabled</button>
|
||||
|
||||
<!-- we'd have to remove it with property binding -->
|
||||
<button disabled [disabled]="false">Enabled (but inert)</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue