Merge pull request #2569 from amy-chinlai/master

Update M000133.yaml - js to remove disabled attribute on submit
This commit is contained in:
amy-chinlai
2025-09-18 09:55:45 -04:00
committed by GitHub

View File

@@ -184,6 +184,8 @@ contact_form:
- value: true
- wait:
- value: 1
- javascript:
- value: document.querySelector('.btn[type="submit"]').disabled = false;
- click_on:
- value: Send
selector: ".btn[type='submit']"