| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| index 0c6a2211308cc8e81de04bb9c271516b45fde04b..c1b39a13abfc040c859b0ee84ad7cbb892f35a32 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-disconnect-called-before.js
|
| @@ -20,7 +20,8 @@ promise_test(() => {
|
| startNotifications()|
|
| stopNotifications()]),
|
| new DOMException(
|
| - 'GATT Server is disconnected. Cannot perform GATT operations.',
|
| + 'GATT Server is disconnected. Cannot perform GATT operations. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| });
|
| });
|
|
|