Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Jun 4, 2024
1 parent c3797e3 commit 9dc7f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
echo 'google-chrome --headless --no-sandbox --disable-gpu --screenshot=$1 --virtual-time-budget=10000 $2' > take_screenshot.sh
sudo sh /screenshots/take_screenshot.sh front_top.png http://127.0.0.1:8080"
sudo sh /screenshots/take_screenshot.sh admin_top.png http://127.0.0.1:8080/admin"
sudo sh take_screenshot.sh front_top.png http://127.0.0.1:8080"
sudo sh take_screenshot.sh admin_top.png http://127.0.0.1:8080/admin"
ls -la
- name: Upload evidence
Expand Down

0 comments on commit 9dc7f65

Please sign in to comment.