Browse Source

Improve suite name

Alex Dima 3 years ago
parent
commit
955df228dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/smoke/smoke.test.js

+ 1 - 1
test/smoke/smoke.test.js

@@ -18,7 +18,7 @@ const URL =
 		? `http://127.0.0.1:${PORT}/test/smoke/amd.html`
 		: `http://127.0.0.1:${PORT}/test/smoke/webpack/webpack.html`;
 
-suite(`Smoke Test '${TESTS_TYPE}'`, () => {
+suite(`Smoke Test '${TESTS_TYPE}' on '${browserType}'`, () => {
 	/** @type {playwright.Browser} */
 	let browser;