mwang87 / ReDU-MS2-GNPS

User interface to reanalyze and explore all public data in Metabolomics Public Data
https://redu.ucsd.edu/
MIT License
11 stars 9 forks source link

[Tests] Add selenium testing for Compound Enrichment Dashboard #145

Open mwang87 opened 4 years ago

mwang87 commented 4 years ago

https://redu.ucsd.edu/compoundenrichmentdashboard?compound=ESCITALOPRAM%20OXALATE

mwang87 commented 4 years ago

Here is start of implementation:

https://github.com/mwang87/ReDU-MS2-GNPS/blob/selenium_tests/test-production-integration/test_selenium.py

mwang87 commented 4 years ago

What we want to achieve is

  1. going to the page
  2. wait for modal to go away
  3. Click the button again
  4. wait for modal to go away
cmaceves commented 4 years ago

@ntbeileh

mwang87 commented 4 years ago

@cmaceves how is this going?