I just tested, change `disabled` to `:disabled` : ...
# e2e-testing
e
I just tested, change
disabled
to
:disabled
:
Copy code
ts
// from
if (($btn).is('disabled')) {

// to
if (($btn).is(':disabled')) {
m
Wow! Thank you so much 🙂 I have been everywhere around but there! I owe you one big coffee cup 😃
4 Views