Skip to content

Commit

Permalink
fix docker compose command in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Drumev committed Sep 13, 2024
1 parent 3de23d0 commit c650b2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v1

- name: Run tests on docker compose
run: docker-compose up --abort-on-container-exit
run: docker compose up --abort-on-container-exit
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ VisualCeption uses the WebDriver module for making the screenshots. As a consequ

## Run tests with Docker
```
docker-compose up --abort-on-container-exit
docker compose up --abort-on-container-exit
```
5 changes: 0 additions & 5 deletions src/Codeception/Module/VisualCeption.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,6 @@ private function createScreenshot($identifier, array $coords, $fullScreenshot, a
return $elementPath;
}

private function get()
{

}

private function hideScrollbarsForScreenshot(): void
{
try {
Expand Down

0 comments on commit c650b2c

Please sign in to comment.