Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b065142

Browse files
authored
Merge pull request #6043 from SimonBrandner/fix/add-ids
Add ids to homeserver and passphrase fields
2 parents 1b8402f + bdf7837 commit b065142

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/views/dialogs/ServerPickerDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
217217
value={this.state.otherHomeserver}
218218
validateOnChange={false}
219219
validateOnFocus={false}
220+
id="mx_homeserverInput"
220221
/>
221222
</StyledRadioButton>
222223
<p>

src/components/views/dialogs/security/AccessSecretStorageDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
345345
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this.onPassPhraseNext}>
346346
<input
347347
type="password"
348+
id="mx_passPhraseInput"
348349
className="mx_AccessSecretStorageDialog_passPhraseInput"
349350
onChange={this.onPassPhraseChange}
350351
value={this.state.passPhrase}

0 commit comments

Comments
 (0)