-
Notifications
You must be signed in to change notification settings - Fork 209
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
Clear step #1386
Clear step #1386
Conversation
I have written the code but I am not able to figure out its execution on my pc. I am running npm test-ui-2 but there are no logs. |
Does the process end or do you have to press |
Codecov Report
@@ Coverage Diff @@
## main #1386 +/- ##
=========================================
- Coverage 66.61% 66.31% -0.3%
=========================================
Files 130 125 -5
Lines 2672 2574 -98
Branches 430 406 -24
=========================================
- Hits 1780 1707 -73
+ Misses 892 867 -25
|
@harshkhandeparkar
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the catch errors, you will have to do something like
try {
let someVar = await somePromise();
// Rest of the code
}
catch (error) {
console.log(error)
}
For the following code
The error I get
Shouldn't pressing the clear button redirect to
But it redirects to
|
Ah ok. Look at this code image-sequencer/examples/demo.js Lines 85 to 89 in c370a8b
It redirects to Or I'll do it. I have a fix in mind. |
Sure |
@harshkhandeparkar |
👍
…On Wed, 25 Dec, 2019, 5:49 PM Shazeb Ata, ***@***.***> wrote:
@harshkhandeparkar <https://github.com/HarshKhandeparkar>
After modifying the changes as recommended in #1394
<#1394> the clear step
test is also working :). I will commit the changes once #1394
<#1394> is resolved.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1386?email_source=notifications&email_token=AIJI5H2HBB7GPRVWKVXLQP3Q2NFUZA5CNFSM4J6NYWWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHUJ64I#issuecomment-568893297>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJI5H6WSRSW55PGY3EUMLLQ2NFUZANCNFSM4J6NYWWA>
.
|
Delete step is added, will uncomment clear step after #1399 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I will approve once the other PR is merged and the clear step test is ready.
Hi, all, how are we doing here? Thank you, this is looking great!! |
Hey, I guess this is ready to be merged. |
Thanks! Awesome :-)))) 🎉 |
Concerns #1369 Clear Step
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm test
@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part
Thanks!