publiclab / simple-data-grapher

Turns CSVs into graphs in a few simple steps; embeds onto other websites!
https://publiclab.github.io/simple-data-grapher/
GNU General Public License v3.0
39 stars 52 forks source link

Add test case for the footer #119

Closed debck closed 4 years ago

debck commented 4 years ago

Note: We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.

What's the idea (or problem)

There have been recent updates in the UI of the project. We have our footer added recently. So it will be good to add a UI test for that.

What should be done?

You need to add test cases for the footer in this file. It includes all the UI test cases.

https://github.com/publiclab/simple-data-grapher/blob/main/spec/js/ui_tests.js

Thank You 😊

debck commented 4 years ago

Uploaded to dashboard

SidharthBansal commented 4 years ago

Published

CodeSarthak commented 4 years ago

Hey, I have never written tests before. Can someone guide me as to how to proceed and how to implement the same?

Thank you.

Uzay-G commented 4 years ago

Hey! I would like to work on this when my other pr is accepted. Are you doing this one @CodeSarthak? Thanks.

CodeSarthak commented 4 years ago

I have not claimed it yet but I was planning to do it after I complete the issue I am currently working on.