mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
ammend commit in images
This commit is contained in:
@@ -171,6 +171,7 @@ describe('Data browser data', () => {
|
|||||||
cy.contains('Customer').rightclick();
|
cy.contains('Customer').rightclick();
|
||||||
cy.contains('SQL template').click();
|
cy.contains('SQL template').click();
|
||||||
cy.contains('CREATE TABLE').click();
|
cy.contains('CREATE TABLE').click();
|
||||||
|
cy.wait(1000);
|
||||||
cy.get('body').realPress('PageDown');
|
cy.get('body').realPress('PageDown');
|
||||||
cy.get('body').realType('select * from Album where Album.');
|
cy.get('body').realType('select * from Album where Album.');
|
||||||
// code completion
|
// code completion
|
||||||
|
|||||||
@@ -70,8 +70,8 @@ jobs:
|
|||||||
cp ../dbgate-merged/e2e-tests/screenshots/*.png dbgate-img/static/img
|
cp ../dbgate-merged/e2e-tests/screenshots/*.png dbgate-img/static/img
|
||||||
cd dbgate-img/static/img
|
cd dbgate-img/static/img
|
||||||
git add .
|
git add .
|
||||||
git commit -m "E2E screenshots"
|
git commit --amend --no-edit
|
||||||
git push
|
git push --force
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres-cypress:
|
postgres-cypress:
|
||||||
|
|||||||
Reference in New Issue
Block a user