Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up setup #137

Merged
merged 4 commits into from
Jul 30, 2020
Merged

Speed up setup #137

merged 4 commits into from
Jul 30, 2020

Conversation

berit
Copy link
Collaborator

@berit berit commented Jul 29, 2020

No description provided.

@berit berit requested review from niharikasingh and knod July 29, 2020 00:40
@berit
Copy link
Collaborator Author

berit commented Jul 29, 2020

tests should pass after #136 is merged

for (i=0; i<tries; i++) {
const element = await page.$('#daMainQuestion');
if (element) {
console.log("found question on page");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to confirm that these statements are intentionally here, and not leftovers from debugging. Otherwise, looks good.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I figured they were nice to have when watching the pipeline running

@berit berit merged commit 93b66f0 into main Jul 30, 2020
@berit berit deleted the speed-up-setup-3 branch July 30, 2020 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants