Skip to content

Commit 8bea9a1

Browse files
committed
fix: add keyboard tab for focus after input
1 parent 6828985 commit 8bea9a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/govtool-frontend/playwright/lib/forms/dRepForm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ export default class DRepForm {
166166
await this.identityReferenceFirstDescriptionInput.fill(
167167
dRepInfo.identityReferenceLinks[0].description
168168
);
169+
170+
await this.form.keyboard.press("Tab");
169171
}
170172

171173
async validateForm(dRepInfo: IDRepInfo) {

0 commit comments

Comments
 (0)