- 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 and both Registered and Pending dropdown lists are overriden by 'Error retrieving alias pricing' message. 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 inputing each keystroke). Each keystroke also triggers an error notification. Simulate this by malforming the `aliasServerBaseUrl` in alias config AFTER initially loading the component.