mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 21:15:59 +00:00
SYNC: try to fix test
This commit is contained in:
committed by
Diflow
parent
930b3d4538
commit
e3c6d05a0a
@@ -14,9 +14,11 @@ beforeEach(() => {
|
|||||||
|
|
||||||
describe('Cloud tests', () => {
|
describe('Cloud tests', () => {
|
||||||
it('Private cloud', () => {
|
it('Private cloud', () => {
|
||||||
|
cy.testid('WidgetIconPanel_cloudAccount');
|
||||||
cy.window().then(win => {
|
cy.window().then(win => {
|
||||||
win.__loginToCloudTest('dbgate.test@gmail.com');
|
win.__loginToCloudTest('dbgate.test@gmail.com');
|
||||||
});
|
});
|
||||||
|
cy.contains('dbgate.test@gmail.com');
|
||||||
|
|
||||||
// cy.testid('WidgetIconPanel_cloudAccount').click();
|
// cy.testid('WidgetIconPanel_cloudAccount').click();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user