Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-before-with-uuid.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-before-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-before-with-uuid.html |
index 47c84b2a48300cfe83436c7b2a244d996c6458b8..10a84877aaddf56d4a79c713c77e88d40c57656a 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-before-with-uuid.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/getDescriptors/gen-gatt-op-disconnect-called-before-with-uuid.html |
@@ -19,7 +19,8 @@ promise_test(() => { |
return assert_promise_rejects_with_message( |
measurement_interval.getDescriptors(user_description.name), |
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')); |
}); |
}); |