From a0a444e476660cc8602344eafc1c3059a4ac21f1 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sun, 23 Mar 2025 09:30:43 +0100 Subject: [PATCH] ammend commit in images --- e2e-tests/cypress/e2e/browse-data.cy.js | 1 + workflow-templates/e2e-pro.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress/e2e/browse-data.cy.js b/e2e-tests/cypress/e2e/browse-data.cy.js index f4245583d..4900719c0 100644 --- a/e2e-tests/cypress/e2e/browse-data.cy.js +++ b/e2e-tests/cypress/e2e/browse-data.cy.js @@ -171,6 +171,7 @@ describe('Data browser data', () => { cy.contains('Customer').rightclick(); cy.contains('SQL template').click(); cy.contains('CREATE TABLE').click(); + cy.wait(1000); cy.get('body').realPress('PageDown'); cy.get('body').realType('select * from Album where Album.'); // code completion diff --git a/workflow-templates/e2e-pro.yaml b/workflow-templates/e2e-pro.yaml index efe844f5f..d269e447f 100644 --- a/workflow-templates/e2e-pro.yaml +++ b/workflow-templates/e2e-pro.yaml @@ -70,8 +70,8 @@ jobs: cp ../dbgate-merged/e2e-tests/screenshots/*.png dbgate-img/static/img cd dbgate-img/static/img git add . - git commit -m "E2E screenshots" - git push + git commit --amend --no-edit + git push --force services: postgres-cypress: