We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa246 commit 051a04cCopy full SHA for 051a04c
test/integration/localization.test.js
@@ -25,16 +25,12 @@ describe('Localization', () => {
25
});
26
27
test('Switching languages', async () => {
28
- await driver.quit();
29
- driver = getDriver();
30
await loadUri(uri);
31
32
// Add a sprite to make sure it stays when switching languages
33
- await clickText('Costumes');
34
await clickXpath('//button[@aria-label="Choose a Sprite"]');
35
await clickText('Apple', scope.modal); // Closes modal
36
37
- await clickText('Code');
38
await clickXpath('//*[@aria-label="language selector"]');
39
await clickText('Deutsch');
40
await new Promise(resolve => setTimeout(resolve, 1000)); // wait for blocks refresh
0 commit comments