Adding in some tests to check the data on the page.

This commit is contained in:
Frank Delaguila
2022-10-12 15:14:52 -06:00
parent 058ca34489
commit cc7f6f77f0
2 changed files with 40 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
module.exports = {
launch: {
headless: true,
slowMo: 30
headless: false
}
};