Skip to content

Commit 0b284b2

Browse files
committed
chore: increase iOS click delay for integration test scroll behaviour
1 parent b2f4b25 commit 0b284b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/e2e/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ export const selectTestByName = async name => {
141141
await waitFor(targetElement).toBeVisible().withTimeout(5000);
142142
}
143143

144-
await iOSDelay(600);
144+
await iOSDelay(3000);
145145
await targetElement.tap();
146146
};

0 commit comments

Comments
 (0)