| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-reconnects-during-error.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-reconnects-during-error.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-reconnects-during-error.js
|
| index 7466754a6205cf2a3fe8651d30f55a7e3eb29d44..c5972539fba8d4b40aaae9df4ca1dbe2ed1e4e5e 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-reconnects-during-error.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-device-reconnects-during-error.js
|
| @@ -11,7 +11,8 @@ promise_test(() => {
|
| let promise = assert_promise_rejects_with_message(
|
| characteristic.CALLS([
|
| readValue()| writeValue(val)| startNotifications()]),
|
| - new DOMException('GATT Server disconnected while performing a GATT operation.',
|
| + new DOMException('GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| return disconnected.then(() => characteristic.service.device.gatt.connect())
|
| .then(() => promise);
|
|
|