twd-cli 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -25,7 +25,7 @@ export async function runTests() {
|
|
|
25
25
|
await page.goto(config.url);
|
|
26
26
|
|
|
27
27
|
// Wait for the selector to be available
|
|
28
|
-
await page.waitForSelector('
|
|
28
|
+
await page.waitForSelector('#twd-sidebar-root', { timeout: config.timeout });
|
|
29
29
|
console.log('Page loaded. Starting tests...');
|
|
30
30
|
|
|
31
31
|
// Execute all tests
|