2024-02-23 12:39:30 +01:00
|
|
|
export const formatExpectError = (message: string) => {
|
|
|
|
|
return `Error while verifying @grafana/plugin-e2e scenarios: ${message}.
|
|
|
|
|
See https://github.com/grafana/grafana/blob/main/plugin-e2e/plugin-e2e-api-tests/README.md for more information.`;
|
|
|
|
|
};
|