OOBE: Remove EULA screen from autoupdate_StartOOBEUpdate autotest

Since OobeConsolidatedConsent feature was enabled, EULA screen is not
being shown anymore.
This CL is part of the removal of all code related to the abandoned
EULA and ARC ToS screens.

Bug: b:264170220
Change-Id: I98c8f878cbd7c91ca0265d21fc0691ba29c173b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/autotest-drone/+/4191576
Reviewed-by: Alexander Hartl <alexanderhartl@google.com>
Commit-Queue: Alexander Hartl <alexanderhartl@google.com>
Commit-Queue: Osama Fathy <osamafathy@google.com>
Auto-Submit: Osama Fathy <osamafathy@google.com>
Tested-by: Osama Fathy <osamafathy@google.com>
Reviewed-by: Danila Kuzmin <dkuzmin@google.com>
diff --git a/client/site_tests/autoupdate_StartOOBEUpdate/autoupdate_StartOOBEUpdate.py b/client/site_tests/autoupdate_StartOOBEUpdate/autoupdate_StartOOBEUpdate.py
index 01d4c59..7edae95 100644
--- a/client/site_tests/autoupdate_StartOOBEUpdate/autoupdate_StartOOBEUpdate.py
+++ b/client/site_tests/autoupdate_StartOOBEUpdate/autoupdate_StartOOBEUpdate.py
@@ -43,15 +43,6 @@
                 "OobeAPI.screens.NetworkScreen.isVisible()", timeout=timeout)
         self._oobe.ExecuteJavaScript(
                 "OobeAPI.screens.NetworkScreen.clickNext()")
-        if not self._oobe.EvaluateJavaScript(
-                "OobeAPI.screens.EulaScreen.shouldSkip()"):
-            self._oobe.WaitForJavaScriptCondition(
-                    "OobeAPI.screens.EulaScreen.isVisible()", timeout=timeout)
-            self._oobe.WaitForJavaScriptCondition(
-                    "OobeAPI.screens.EulaScreen.nextButton.isEnabled()",
-                    timeout=timeout)
-            self._oobe.ExecuteJavaScript(
-                    "OobeAPI.screens.EulaScreen.clickNext()")
 
         # TODO(yunkez): remove this check after M92 is in stable
         if self._oobe.EvaluateJavaScript(