- Register Alias button is enabled upon input of a valid and available alias, and registers all ok through the confirmation modal.
- Register Alias button is disabled upon input of a valid but unavailable alias
- Malform the `aliasServerBaseUrl` in alias config then navigate to the Alias component and ensure Register Alias button is disabled due to the alias pricing retrieval error on load along with the error rendered beneath the input field. In this state, ensure inputting an alias does not result in an uncaught exception (currently in master) and Register Alias button stays disabled.
- Register Alias button is disabled upon server error when retrieving alias status (i.e. whilst inputting each keystroke). Simulate this by malforming the `aliasServerBaseUrl` in alias config AFTER initially loading the component.