diff --git a/client/components/TestRun/index.jsx b/client/components/TestRun/index.jsx index 144788fec..b6ca26d0c 100644 --- a/client/components/TestRun/index.jsx +++ b/client/components/TestRun/index.jsx @@ -270,7 +270,7 @@ const TestRun = () => { setCurrentBrowserVersion(currentBrowserVersion); // Testers do not need to change AT/Browser versions // while assigning verdicts for previously automated tests - if (testPlanRun?.initiatedByAutomation) { + if (!isSignedIn || tester?.isBot) { setIsShowingAtBrowserModal(false); } setPageReady(true); @@ -1149,7 +1149,7 @@ const TestRun = () => { browser={`${testPlanReport.browser?.name}${ isViewingRun ? ` ${currentBrowserVersion?.name || ''}` : '' }`} - showEditAtBrowser={isViewingRun && !testPlanRun.initiatedByAutomation} + showEditAtBrowser={isSignedIn && isViewingRun && !openAsUser?.isBot} openAsUser={openAsUser} testResults={testResults} testCount={testCount} diff --git a/client/tests/e2e/snapshots/saved/_data-management.html b/client/tests/e2e/snapshots/saved/_data-management.html index 6ddc97cb3..7fd8e920f 100644 --- a/client/tests/e2e/snapshots/saved/_data-management.html +++ b/client/tests/e2e/snapshots/saved/_data-management.html @@ -210,10 +210,10 @@

@@ -277,7 +277,7 @@

- - + @@ -221,7 +221,7 @@