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

add owmloading.gif file #473

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Conversation

Tlazypanda
Copy link
Contributor

Fixes publiclab/plots2#5095

Added owmloading gif file and changed the path of referencing the file.

  • PR is descriptively titled 📑 and links the original issue above 🔗
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

Thanks!

@welcome
Copy link

welcome bot commented Jun 29, 2020

Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help.
Dangerbot will test out your code and reply in a bit with some pointers and requests.
There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄
It would be great if you can tell us your Twitter handle so we can thank you properly?

@Tlazypanda
Copy link
Contributor Author

@jywarren can you kindly review? Thanks ✌️

@jywarren jywarren closed this Jul 7, 2020
@jywarren jywarren reopened this Jul 7, 2020
@jywarren
Copy link
Member

jywarren commented Jul 7, 2020

Trying to retrigger tests here! If they fail again, would you mind quoting out the error into the comments and we can troubleshoot? Thank you!!!!

@Tlazypanda
Copy link
Contributor Author

Tlazypanda commented Jul 7, 2020

Hey @jywarren here are the failed results -
CypressError: Timed out retrying: Expected to find element: '', but never found it. Queried from element: <div.leaflet-pane.leaflet-marker-pane>
CypressError: Timed out retrying: Expected to find element: '.leaflet-marker-pane img', but never found it.

I don't think they are related to this but I am not sure 😅 some of the failed tests here are also failing in this dependabot pr #474 https://travis-ci.org/github/publiclab/leaflet-environmental-layers/builds/703823456 so I am not sure

@jywarren
Copy link
Member

jywarren commented Jul 7, 2020

I think you're correct. Note it seems related to Skytruth:

  2 failing
  1) Skytruth layer adds markers on click:

Can you check the blame on the skytruth test itself? Maybe it's relying on the wrong or out of date SkyTruth API? #336 #384 also show some skytruth-related view changes, maybe we broke something back then?

Thank you @Tlazypanda ! Great investigating!!!

@Tlazypanda Tlazypanda closed this Jul 19, 2020
@Tlazypanda Tlazypanda reopened this Jul 19, 2020
@Tlazypanda Tlazypanda force-pushed the add_owmloading_gif branch from 507d2f6 to 53ae171 Compare July 19, 2020 15:24
@Tlazypanda Tlazypanda closed this Jul 19, 2020
@Tlazypanda Tlazypanda reopened this Jul 19, 2020
@jywarren jywarren changed the title add ownloading.gif file add owmloading.gif file Feb 16, 2021
@jywarren jywarren closed this Feb 16, 2021
@jywarren jywarren reopened this Feb 16, 2021
@jywarren
Copy link
Member

@jywarren
Copy link
Member

These errors were due to Skytruth, and since we're still on Skytruth's orig and old API i think we may need to turn off the tests for that until we can update it to v2 API -- will try to find a reference:


  2 failing
  1) Skytruth layer adds markers on click:
     CypressError: Timed out retrying: Expected to find element: '', but never found it. Queried from element: <div.leaflet-pane.leaflet-marker-pane>
      at Object.cypressErr (http://localhost:8080/__cypress/runner/cypress_runner.js:102176:11)
      at Object.throwErr (http://localhost:8080/__cypress/runner/cypress_runner.js:102128:18)
      at Object.throwErrByPath (http://localhost:8080/__cypress/runner/cypress_runner.js:102163:17)
      at retry (http://localhost:8080/__cypress/runner/cypress_runner.js:92756:16)
      at onFailFn (http://localhost:8080/__cypress/runner/cypress_runner.js:80982:16)
      at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:136088:23)
      at Promise._settlePromiseFromHandler (http://localhost:8080/__cypress/runner/cypress_runner.js:134024:31)
      at Promise._settlePromise (http://localhost:8080/__cypress/runner/cypress_runner.js:134081:18)
      at Promise._settlePromise0 (http://localhost:8080/__cypress/runner/cypress_runner.js:134126:10)
      at Promise._settlePromises (http://localhost:8080/__cypress/runner/cypress_runner.js:134201:18)
      at Async../node_modules/bluebird/js/release/async.js.Async._drainQueue (http://localhost:8080/__cypress/runner/cypress_runner.js:130813:16)
      at Async../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:130823:10)
      at Async.drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:130697:14)
  2) Skytruth layer has default markers in default mode:
     CypressError: Timed out retrying: Expected to find element: '.leaflet-marker-pane img', but never found it.
      at Object.cypressErr (http://localhost:8080/__cypress/runner/cypress_runner.js:102176:11)
      at Object.throwErr (http://localhost:8080/__cypress/runner/cypress_runner.js:102128:18)
      at Object.throwErrByPath (http://localhost:8080/__cypress/runner/cypress_runner.js:102163:17)
      at retry (http://localhost:8080/__cypress/runner/cypress_runner.js:92756:16)
      at onFailFn (http://localhost:8080/__cypress/runner/cypress_runner.js:80982:16)
      at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:136088:23)
      at Promise._settlePromiseFromHandler (http://localhost:8080/__cypress/runner/cypress_runner.js:134024:31)
      at Promise._settlePromise (http://localhost:8080/__cypress/runner/cypress_runner.js:134081:18)
      at Promise._settlePromise0 (http://localhost:8080/__cypress/runner/cypress_runner.js:134126:10)
      at Promise._settlePromises (http://localhost:8080/__cypress/runner/cypress_runner.js:134201:18)
      at Async../node_modules/bluebird/js/release/async.js.Async._drainQueue (http://localhost:8080/__cypress/runner/cypress_runner.js:130813:16)
      at Async../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:130823:10)
      at Async.drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:130697:14)

@jywarren
Copy link
Member

Link to Skytruth API issue: #118

@jywarren
Copy link
Member

But these are timeout errors so maybe we can just... lengthen timeout?

@jywarren
Copy link
Member

Let's see how this does after #503

@jywarren jywarren closed this Feb 16, 2021
@jywarren jywarren reopened this Feb 16, 2021
@jywarren
Copy link
Member

Last one, @RuthNjeri and then we can modify your PR!

@jywarren
Copy link
Member

Nice! Merging!

@jywarren jywarren merged commit 4f08405 into publiclab:main Feb 16, 2021
@welcome
Copy link

welcome bot commented Feb 16, 2021

Congrats on merging your first pull request! 🙌🎉⚡️
Your code will likely be published to https://publiclab.github.io/leaflet-environmental-layers/example/ in the next few days.
Do join our weekly check-in to share your this week goal and the awesome work you did 😃. Please find the link pinned in the issue section 📝
Now that you've completed this, you can help someone else take their first step!
Reach out to someone else working on theirs on Public Lab's code welcome page. Thanks!

Help others take their first step

Now that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌

https://code.publiclab.org

Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕

People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉

Read about how to help support another newcomer here, or find other ways to offer mutual support here.

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.

Mysterious error message "User owmloading not found" shown
2 participants