Skip to content
Snippets Groups Projects
Unverified Commit c234a52b authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Update test (tryit)

parent 6754f4ef
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ describe('Localization', () => { ...@@ -24,7 +24,7 @@ describe('Localization', () => {
test('Localization', async () => { test('Localization', async () => {
await loadUri(uri); await loadUri(uri);
await clickXpath('//button[@title="tryit"]'); await clickXpath('//button[@title="Try It"]');
await clickXpath('//*[@aria-label="language selector"]'); await clickXpath('//*[@aria-label="language selector"]');
await clickText('English'); await clickText('English');
await clickText('Deutsch'); await clickText('Deutsch');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment