Update maestro test regarding the new login flow.
This commit is contained in:
parent
d703eb05ec
commit
4266faa204
7 changed files with 22 additions and 6 deletions
|
|
@ -94,7 +94,7 @@ fun AccountProviderView(
|
|||
enabled = state.submitEnabled,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.testTag(TestTags.changeServerContinue)
|
||||
.testTag(TestTags.loginContinue)
|
||||
)
|
||||
TextButton(
|
||||
onClick = {
|
||||
|
|
@ -103,6 +103,7 @@ fun AccountProviderView(
|
|||
enabled = true,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.testTag(TestTags.loginChangeServer)
|
||||
) {
|
||||
Text(text = stringResource(id = R.string.screen_account_provider_change))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ import io.element.android.libraries.designsystem.theme.components.Icon
|
|||
import io.element.android.libraries.designsystem.theme.components.IconButton
|
||||
import io.element.android.libraries.designsystem.theme.components.OutlinedTextField
|
||||
import io.element.android.libraries.designsystem.theme.components.Text
|
||||
import io.element.android.libraries.testtags.TestTags
|
||||
import io.element.android.libraries.testtags.testTag
|
||||
|
||||
/**
|
||||
* https://www.figma.com/file/o9p34zmiuEpZRyvZXJZAYL/FTUE?type=design&node-id=611-61435
|
||||
|
|
@ -117,7 +119,8 @@ fun ChangeAccountProviderFormView(
|
|||
// readOnly = isLoading,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(start = 16.dp, end = 16.dp, bottom = 30.dp),
|
||||
.padding(start = 16.dp, end = 16.dp, bottom = 30.dp)
|
||||
.testTag(TestTags.changeServerServer),
|
||||
onValueChange = {
|
||||
userInputState = it
|
||||
eventSink(ChangeAccountProviderFormEvents.UserInput(it))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue