Skip to content

Commit

Permalink
test circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 24, 2023
1 parent 2910ae8 commit 51fcfce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
python: circleci/[email protected]
browser-tools: circleci/[email protected]
python: circleci/[email protected]-browsers
# browser-tools: circleci/[email protected]

jobs:
build-and-test:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# chmod +x ~/docker-compose
# sudo mv ~/docker-compose /usr/local/bin/docker-compose
# - setup_remote_docker
- browser-tools/install-chrome
# - browser-tools/install-chrome
- run:
name: DEBUGGING
command: |
Expand Down
2 changes: 1 addition & 1 deletion doajtest/selenium_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setUp(self):
options = webdriver.ChromeOptions()
options.add_argument("no-sandbox")
options.add_argument("--disable-gpu")
options.add_argument("--window-size=800,600")
options.add_argument("--window-size=1400,1000")
options.add_argument("--disable-dev-shm-usage")
browser_driver = webdriver.Remote(
command_executor=selenium_remote_url,
Expand Down

0 comments on commit 51fcfce

Please sign in to comment.