Commit 75cd6bc
committed
Add wait before address fill in
I can't figure out why there needs to be a wait here but this test fails
because the address doesn't get filled in without this. The
fill_addresses_fields_with helper successfully focuses each field and
calls fill_in with the correct value but nothing is actually typed into
the field. Something is happening on page load that prevents these from
being filled in but visually it doesn't seem like there's anything to
check for so I resorted to just trying over and over and checking
whether the text actually gets typed in.1 parent 6de294e commit 75cd6bc
1 file changed
Lines changed: 12 additions & 4 deletions
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
60 | 70 | | |
61 | | - | |
62 | | - | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
0 commit comments