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 5e386a2 commit 1577584Copy full SHA for 1577584
tests/functional/testIpInfo.js
@@ -23,7 +23,8 @@ describe('IP info', function() {
23
assert(await vpn.getElementProperty(homeScreen.IP_INFO_PANEL, 'isOpen') === 'false');
24
});
25
26
- it('Closes when VPN is deactivated', async () => {
+ // Skip this test on 2.13 branch where queries is not available
27
+ it.skip('Closes when VPN is deactivated', async () => {
28
await vpn.waitForQuery(queries.screenHome.CONTROLLER_TITLE.visible());
29
await vpn.activate(true);
30
0 commit comments