Skip to content

Commit

Permalink
Diable broken test (#10168)
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb authored Jan 7, 2025
1 parent 2003351 commit 8127a1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/testSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,11 @@ describe('Settings', function() {


it('Checking the languages settings', async () => {
if (this.ctx.wasm) {
// That page is currently broken see: VPN-6798
return;
}

await vpn.setSetting('languageCode', '');

await vpn.waitForQueryAndClick(
Expand Down

0 comments on commit 8127a1f

Please sign in to comment.