Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
try with host web-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgrebe committed Apr 1, 2024
1 parent 2e572ea commit 65da892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eahub/tests/e2e/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
)
@tag("e2e")
class E2ETestCase(StaticLiveServerTestCase):
host = 'web-e2e'
port = 8000

@classmethod
def setUpClass(cls):
cls.host = "0.0.0.0"
cls.port = 8000
cls.selenium = webdriver.Remote(
command_executor="http://selenium-hub:4444/wd/hub",
options=webdriver.ChromeOptions()
Expand Down

0 comments on commit 65da892

Please sign in to comment.