Skip to content

Commit f4c7d3f

Browse files
committed
Revert "test: disable navigator.bluetooth on arm64 mac"
This reverts commit 4b53a84.
1 parent 4b53a84 commit f4c7d3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/chromium-spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,6 +3103,7 @@ describe('iframe using HTML fullscreen API while window is OS-fullscreened', ()
31033103
"document.querySelector('iframe').offsetWidth"
31043104
);
31053105
expect(width).to.equal(0);
3106+
console.log('HEY done with fullscreen iframe test');
31063107
});
31073108
});
31083109

@@ -3130,6 +3131,7 @@ ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator
31303131
});
31313132

31323133
it('does not return a port if select-serial-port event is not defined', async () => {
3134+
console.log('HEY RUNNING FIRST navigator.serial test');
31333135
w.loadFile(path.join(fixturesPath, 'pages', 'blank.html'));
31343136
const port = await getPorts();
31353137
expect(port).to.equal(notFoundError);
@@ -3252,6 +3254,7 @@ describe('window.getScreenDetails', () => {
32523254
};
32533255

32543256
it('returns screens when a PermissionRequestHandler is not defined', async () => {
3257+
console.log('HEY RUNNING FIRST window.getScreenDetails');
32553258
const screens = await getScreenDetails();
32563259
expect(screens).to.not.equal('Read permission denied.');
32573260
});
@@ -3638,7 +3641,7 @@ ifdescribe((process.platform !== 'linux' || app.isUnityRunning()))('navigator.se
36383641
});
36393642
});
36403643

3641-
ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator.bluetooth', () => {
3644+
describe('navigator.bluetooth', () => {
36423645
let w: BrowserWindow;
36433646
before(async () => {
36443647
w = new BrowserWindow({
@@ -3692,7 +3695,6 @@ describe('navigator.hid', () => {
36923695
});
36933696

36943697
it('does not return a device if select-hid-device event is not defined', async () => {
3695-
console.log('HEY IN navigator.hid FIRST TEST');
36963698
w.loadFile(path.join(fixturesPath, 'pages', 'blank.html'));
36973699
const device = await requestDevices();
36983700
expect(device).to.equal('');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy