adventurous-garden-6944
03/06/2023, 4:56 PMgray-kilobyte-89541
03/06/2023, 8:41 PMcy.get($butn) is incorrect. You probably meant to say cy.wrap($btn)adventurous-garden-6944
03/06/2023, 9:01 PMgray-kilobyte-89541
03/07/2023, 2:55 AM.is('enabled') is valid jQuery, I think it should be the opposite is(':disabled'), but I will make an example tomorrow to put at my https://glebbahmutov.com/cypress-examples/recipes/conditional-testing.html#click-a-button-if-not-disabledadventurous-garden-6944
03/07/2023, 9:12 AM