| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnect-called-before-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnect-called-before-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnect-called-before-with-uuid.html
|
| index deadc01eb0e38f6e6c3b0d9fcf0918665c74b45e..1fbfb97236642620313179280935ecdf6b349bf0 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnect-called-before-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnect-called-before-with-uuid.html
|
| @@ -14,7 +14,9 @@ promise_test(() => {
|
| gattServer.disconnect();
|
| return assert_promise_rejects_with_message(
|
| gattServer.getPrimaryServices('heart_rate'),
|
| - new DOMException('GATT Server is disconnected. Cannot retrieve services.',
|
| + new DOMException('GATT Server is disconnected. ' +
|
| + 'Cannot retrieve services. ' +
|
| + '(Re)connect first with `device.gatt.connect`.',
|
| 'NetworkError'));
|
| });
|
| }, 'disconnect() called before getPrimaryServices. Reject with NetworkError.');
|
|
|