Skip to content

Commit

Permalink
Chore: Disable test that relies on new qmlpath work on releases/2.13 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah authored Jan 27, 2023
1 parent 5e386a2 commit 1577584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/testIpInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ describe('IP info', function() {
assert(await vpn.getElementProperty(homeScreen.IP_INFO_PANEL, 'isOpen') === 'false');
});

it('Closes when VPN is deactivated', async () => {
// Skip this test on 2.13 branch where queries is not available
it.skip('Closes when VPN is deactivated', async () => {
await vpn.waitForQuery(queries.screenHome.CONTROLLER_TITLE.visible());
await vpn.activate(true);

Expand Down

0 comments on commit 1577584

Please sign in to comment.