.goToSettingsTab()
.goToSettingsClientTab();
String currentApiKey = dashboardClientTab.getApiKey();
dashboardClientTab = dashboardClientTab.pressApiKeyGenerateButton();
dashboardClientTab.waitForApiKeyChanged(currentApiKey);
assertThat(dashboardClientTab.getApiKey()).isNotEqualTo(currentApiKey)
.as("The user's api key is different");
assertThat(dashboardClientTab.getApiKey()).isNotEmpty()