AutoPacker-OSS / autopacker

MIT License
6 stars 1 forks source link

Making basic selenium test for add originization #99

Closed MrPrecise closed 3 years ago

MrPrecise commented 3 years ago

Make a test relating to two other issues that was recently added: https://github.com/AutoPacker-OSS/autopacker/issues/78

Description:

Dettect if the button appears on screen as an element

Requriement for the test:

  1. The test need to identify the button appear on the screen.
  2. Finds the button element
  3. If the element is clickable

(The test will end here since backend isn't implemented yet. This will be a test only for front end)