Selaa lähdekoodia

Tests: Changed the labels.

Marek Lewandowski 5 vuotta sitten
vanhempi
commit
4b56b8ecc4
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      tests/_utils/utils.js

+ 4 - 4
tests/_utils/utils.js

@@ -30,11 +30,11 @@ const predefinedFiles = [
 export function renderPerformanceDataButtons( container ) {
 	let html = '';
 	const labels = {
-		'small': 'small (semantic)',
+		'small': 'short (semantic)',
 		'medium': 'medium (semantic)',
-		'large': 'large (semantic)',
-		'small-inline-css': 'Small inline styled',
-		'full-websites-styled': 'Full websites (styled)',
+		'large': 'long (semantic)',
+		'small-inline-css': 'short inline styled',
+		'full-websites-styled': 'full websites (styled)',
 	};
 
 	for ( const fixtureName of predefinedFiles ) {