From e8b168b964d0e4ee29802a31ca769cb7a91c2fff Mon Sep 17 00:00:00 2001 From: Gene <43554315+titerman@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:35:38 +0400 Subject: [PATCH] Clarify the authentication requirement --- configs/labels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/labels.yml b/configs/labels.yml index c86a4b7..f85ffa3 100644 --- a/configs/labels.yml +++ b/configs/labels.yml @@ -35,9 +35,9 @@ : # Post a comment comment: | - Thank you for submitting a bug report. We would love to help you investigate the issue. Unfortunately, we cannot reproduce the bug, because your code example accesses a resource that requires authentication. + Thank you for submitting a bug report. We would love to help you investigate the issue. Unfortunately, we cannot reproduce the bug, because your code example accesses a web resource that requires authentication. - Please create a [Minimal Example](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue) that works without authentication. Do not share any private data - the DevExpress support team cannot access private resources. We look forward to your response. + Please create a [Minimal Example](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue) that works locally, or without authentication. Do not share any private data - the DevExpress support team cannot access private resources. We look forward to your response. label: 'STATE: Need clarification' unlabel: @@ -126,4 +126,4 @@ Thank you for bringing this enhancement to our attention. We will be happy to look into it. We'll update this thread once we have news. If we do not publish any new comments, it's safe to assume that there are no new updates. unlabel: - 'STATE: Enhancement accepted' - - 'STATE: Need response' \ No newline at end of file + - 'STATE: Need response'