| Index: third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html b/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index 3dbcbb2306ae6a40e2b4e13f2d67147f7293a8d7..57cc924afe23fbf0846e794090b9d03750ae83e3 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| @@ -14,8 +14,9 @@ test(t => { assert_true(window.testRunner instanceof Object); t.done(); },
|
| 'window.testRunner is required for the following tests.');
|
|
|
| promise_test(() => {
|
| - testRunner.setBluetoothMockDataSet('GlucoseHeartRateAdapter');
|
| - return requestDeviceWithKeyDown({filters: [{services: ['heart_rate']}]})
|
| + return setBluetoothFakeAdapter('GlucoseHeartRateAdapter')
|
| + .then(() => requestDeviceWithKeyDown({
|
| + filters: [{services: ['heart_rate']}]}))
|
| .then(device => {
|
| assert_equals(device.constructor.name, 'BluetoothDevice');
|
|
|
|
|