| Index: third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/get-same-characteristics.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/get-same-characteristics.html b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/get-same-characteristics.html
|
| index 92e8a26c5a210ed19f6004c09906b9661ce39e04..25c9998f428dd48b2e9f0ada41c8fa1fe05d008f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/get-same-characteristics.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/get-same-characteristics.html
|
| @@ -5,8 +5,9 @@
|
| <script>
|
| 'use strict';
|
| promise_test(() => {
|
| - testRunner.setBluetoothMockDataSet('HeartRateAdapter');
|
| - return requestDeviceWithKeyDown({filters: [{services: ['heart_rate']}]})
|
| + return setBluetoothFakeAdapter('HeartRateAdapter')
|
| + .then(() => requestDeviceWithKeyDown({
|
| + filters: [{services: ['heart_rate']}]}))
|
| .then(device => device.gatt.connect())
|
| .then(gattServer => gattServer.getPrimaryService('heart_rate'))
|
| .then(service => Promise.all([
|
|
|