Skip to content

Instantly share code, notes, and snippets.

View NickBaynham's full-sized avatar
:octocat:
Learning Github Actions

NickBaynham NickBaynham

:octocat:
Learning Github Actions
  • Macon, Georgia
  • 05:22 (UTC -12:00)
View GitHub Profile
package selfHealingExamples.tests.registration;
import io.nickbaynham.automation.selfhealing.BrowserNotAvailableException;
import io.nickbaynham.automation.selfhealing.controllers.ElementNotFoundException;
import org.testng.annotations.Test;
import selfHealingExamples.workflows.RegistrationDiscoveryWorkflow;
import selfHealingExamples.workflows.RegistrationWorkflow;
import static org.testng.AssertJUnit.assertTrue;