mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
fix frontend tests by making viewport a bit bigger so everything fits
This commit is contained in:
@@ -3,6 +3,8 @@ import {defineConfig} from 'cypress';
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig({
|
||||
viewportWidth: 1000,
|
||||
viewportHeight: 700,
|
||||
e2e: {
|
||||
baseUrl: 'http://127.0.0.1:10240/',
|
||||
supportFile: 'cypress/support/utils.ts',
|
||||
|
||||
Reference in New Issue
Block a user