mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +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('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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user