V14 added test for the Templates (#15179)
* Updated existing locator as it was prone to failing * Removed old tests from earlier versions * Added a timeout and an await. This was because the locator sometimes failed * Added missing import for crypto * Updated locator as it sometimes failed. * Updated the README to include information for using the UI mode for playwright * Bumped the timeout time for our tests * We updated the naming for out methods in our testHelpers, so we need to update the usage as well * Added additional timeout * Updated the config so it is easier to understand what you need to input * Added UI acceptance tests for templates * Added types/node, allows us to use crypto. Updated the testhelpers to use the newest version. * fixed error with testhelper dependency * Bumped testhelper version * Moved to settings instead of templating
This commit is contained in:
@@ -8,7 +8,7 @@ export const STORAGE_STATE = path.join(__dirname, 'playwright/.auth/user.json');
|
||||
export default defineConfig({
|
||||
testDir: './tests/',
|
||||
/* Maximum time one test can run for. */
|
||||
timeout: 40 * 1000,
|
||||
timeout: 60 * 1000,
|
||||
expect: {
|
||||
/**
|
||||
* Maximum time expect() should wait for the condition to be met.
|
||||
|
||||
Reference in New Issue
Block a user