You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`console > get_console_message > issues type > gets issue details with node id parsing 1`] = `
2
+
# test response
3
+
ID: 1
4
+
Message: issue> An element doesn't have an autocomplete attribute
5
+
6
+
A form field has an \`id\` or \`name\` attribute that the browser's autofill recognizes. However, it doesn't have an \`autocomplete\` attribute assigned. This might prevent the browser from correctly autofilling the form.
7
+
8
+
To fix this issue, provide an \`autocomplete\` attribute.
exports[`console > get_console_message > issues type > gets issue details with request id parsing 1`] = `
16
+
# test response
17
+
ID: <ID>
18
+
Message: issue> Ensure CORS response header values are valid
19
+
20
+
A cross-origin resource sharing (CORS) request was blocked because of invalid or missing response headers of the request or the associated [preflight request](issueCorsPreflightRequest).
21
+
22
+
To fix this issue, ensure the response to the CORS request and/or the associated [preflight request](issueCorsPreflightRequest) are not missing headers and use valid header values.
23
+
24
+
Note that if an opaque response is sufficient, the request's mode can be set to \`no-cors\` to fetch the resource with CORS disabled; that way CORS headers are not required but the response content is inaccessible (opaque).
0 commit comments