testaro 58.3.2 → 58.3.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/package.json +1 -1
- package/tests/ibm.js +0 -1
package/package.json
CHANGED
package/tests/ibm.js
CHANGED
|
@@ -183,7 +183,6 @@ exports.reporter = async (page, report, actIndex, timeLimit) => {
|
|
|
183
183
|
const act = report.acts[actIndex];
|
|
184
184
|
const {withItems, withNewContent, rules} = act;
|
|
185
185
|
const contentType = withNewContent ? 'new' : 'existing';
|
|
186
|
-
console.log(`>>>>>> Content type: ${contentType}`);
|
|
187
186
|
try {
|
|
188
187
|
const typeContent = contentType === 'existing' ? await page.content() : page.url();
|
|
189
188
|
// Perform the tests.
|