DashboardClientTab dashboardClientTab = new LoginWorkFlow()
.signIn("translator", "translator")
.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");