Skip to content

Commit

Permalink
tests(devtools): sync e2e (#15917)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Apr 5, 2024
1 parent 6dc8cee commit 04d916d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Navigation', function() {
await navigateToLighthouseTab('lighthouse/hello.html');
await registerServiceWorker();

await setToolbarCheckboxWithText(true, 'Enable JS sampling'); // TODO: Use translated string once it's added
await setToolbarCheckboxWithText(true, 'Habilitar muestreo de JS');
await setToolbarCheckboxWithText(false, 'Borrar almacenamiento');
await selectCategories(['performance', 'best-practices']);
await selectDevice('desktop');
Expand Down

0 comments on commit 04d916d

Please sign in to comment.