Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fixed end-to-end test failures
Browse files Browse the repository at this point in the history
 - Changed input Spanish sentence and modified the expected result
   as well
  • Loading branch information
abhi-agg committed Feb 18, 2022
1 parent 45cdb36 commit 4ad83b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tests/browser_translation_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Translation test.</title>
</head>
<body>
<div id="translationDiv">Hola mundo. Eso es una prueba de testes de traduciones.</div>
<div id="translationDiv">Hola mundo. Eso es una prueba de testes de traducciones.</div>
<textarea id="mainTextarea"></textarea>
</body>
</html>
2 changes: 1 addition & 1 deletion scripts/tests/browser_translation_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add_task(async function testTranslationBarDisplayed() {

is(
content.document.getElementById("translationDiv").innerHTML,
"Hello world. That's a test of translations.",
"Hello world. That's a test of translation tests.",
"Text was correctly translated."
);
});
Expand Down

0 comments on commit 4ad83b9

Please sign in to comment.