Added more tests around the discover page

This commit is contained in:
tidusjar 2021-03-10 22:25:35 +00:00
commit 0a804c6233
10 changed files with 271 additions and 68 deletions

View file

@ -16,6 +16,7 @@
// Import commands.js using ES2015 syntax:
import './commands'
import './request.commands';
import "cypress-real-events/support";
// Alternatively you can use CommonJS syntax:
// require('./commands')