dataxfi / dapp

DataX Dapp Frontend
dapp-olive.vercel.app
0 stars 0 forks source link

Add Mobile e2e testing #85

Open keithfrazier98 opened 2 years ago

keithfrazier98 commented 2 years ago

Currently, the e2e testing sets the viewport to a desktop size, meaning mobile features and functionality is not being tested. All of the tests in the desktop size need to be reproduced in the mobile size. There are three options for implementation:

  1. write functions specific to the size of the screen
  2. modify the current functions to include the screen size and toggle the selectors based on the screen size
  3. make all the mobile id's the same as the desktop ids so the selectors can remain the same and the functions will all work no matter the screen size.

The third option seems to be the best option.

0xaki commented 2 years ago

dapp repo issues