We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c2e0 commit c271a3cCopy full SHA for c271a3c
e2e/specs/predict/predict-open-position.spec.ts
@@ -73,7 +73,6 @@ describe(SmokePredictions('Predictions'), () => {
73
await PredictDetailsPage.tapOpenPositionValue();
74
75
await POLYMARKET_POST_OPEN_POSITION_MOCKS(mockServer);
76
- await new Promise((resolve) => setTimeout(resolve, 6000));
77
78
await PredictDetailsPage.tapPositionAmount(
79
positionDetails.positionAmount,
0 commit comments