ammend commit in images

This commit is contained in:
Jan Prochazka
2025-03-23 09:30:43 +01:00
parent 2cbefb261b
commit a0a444e476
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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: