KevinBatdorf / block-diffusion

A WordPress block to generate images from text prompts
https://wordpress.org/plugins/stable-diffusion/
24 stars 6 forks source link

Add e2e login tests #18

Closed KevinBatdorf closed 2 years ago

KevinBatdorf commented 2 years ago

This adds login related tests, checking for

  1. No token does nothing
  2. Wrong token shows an error
  3. Correct token logs in

It hits the API directly for now at least.