Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels-IO committed Jun 9, 2024
1 parent 832ae01 commit 89d38b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions example/test/e2e/imageSizeTest.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ const correctSrcTransparentImage = {
};

const correctSrcRemoteImage = {
640: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-640.WEBP`,
750: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-750.WEBP`,
777: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-777.WEBP`,
828: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-828.WEBP`,
1080: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-1080.WEBP`,
1200: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-1200.WEBP`,
1920: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-1920.WEBP`,
2048: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-2048.WEBP`,
3840: `http://localhost:8080${basePath}/nextImageExportOptimizer/reactapp.dev_images_nextImageExportOptimizer_christopher-gower-m_HRfLhgABo-unsplash-opt-2048-opt-3840.WEBP`,
640: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-640.WEBP`,
750: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-750.WEBP`,
777: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-777.WEBP`,
828: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-828.WEBP`,
1080: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-1080.WEBP`,
1200: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-1200.WEBP`,
1920: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-1920.WEBP`,
2048: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-2048.WEBP`,
3840: `http://localhost:8080${basePath}/nextImageExportOptimizer/5206242668571649-opt-3840.WEBP`,
};

const correctSrcAnimatedPNGImage = {
Expand Down

0 comments on commit 89d38b5

Please sign in to comment.