You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the problem is that I have a button to only open a modal, and that action is not logged to port into the spec. That button doesn't have value attribute and the property text seems to not exist for buttons, and instead we should use textContent. So I tried all the cases for this code:
Video example:
Screen.Recording.2022-04-23.at.6.15.00.PM.mov
So the problem is that I have a button to only open a modal, and that action is not logged to port into the spec. That button doesn't have
value
attribute and the propertytext
seems to not exist for buttons, and instead we should usetextContent
. So I tried all the cases for this code:magic_test/app/views/magic_test/_javascript_helpers.html
Lines 15 to 21 in 1c44e38
Link
Submit input
Button
And seems that the
textContent
is a better option instead oftext
that will work in the three scenarios.What do you think?
I can help to tackle this if needed.
The text was updated successfully, but these errors were encountered: