1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 20:01:36 +03:00
This commit is contained in:
avele 2019-11-02 01:10:57 +04:00
parent 7a09345533
commit facf4062d4

View File

@ -7,6 +7,7 @@ fixture`Index`
// sometimes it takes long for index page to load and tests can fail
await t.wait(2000)
})
// TODO add hook that checks for console errors on each test and fail if errors exist
test('Resize window if mobile test', testFunctions.resizeWindowIfMobile)
test('Create category, create category with duplicate name', testFunctions.createCategoryAndDuplicate)