mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
parent
779ae7f939
commit
1fcc3d6c0a
2 changed files with 3 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ module.exports = defineConfig({
|
|||
experimentalRunAllSpecs: true,
|
||||
baseUrl: "http://localhost:8082",
|
||||
specPattern: [
|
||||
"cypress/e2e/editor/data-source/mogoDbHappyPath.cy.js"],
|
||||
"cypress/e2e/editor/widget/*.cy.js"],
|
||||
numTestsKeptInMemory: 1,
|
||||
redirectionLimit: 10,
|
||||
experimentalRunAllSpecs: true,
|
||||
|
|
|
|||
|
|
@ -19,11 +19,10 @@ import {
|
|||
describe("Data source MongoDB", () => {
|
||||
beforeEach(() => {
|
||||
cy.appUILogin();
|
||||
// cy.createApp();
|
||||
cy.createApp();
|
||||
});
|
||||
|
||||
it("Should verify elements on MongoDB connection form", () => {
|
||||
cy.log("---------"+Cypress.env("mongodb_connString")+"---------")
|
||||
cy.get(postgreSqlSelector.leftSidebarDatasourceButton).click();
|
||||
cy.get(postgreSqlSelector.labelDataSources).should(
|
||||
"have.text",
|
||||
|
|
@ -195,7 +194,7 @@ describe("Data source MongoDB", () => {
|
|||
.should("be.visible");
|
||||
});
|
||||
|
||||
it("Should verify the queries of MongoDB.", () => {
|
||||
it.only("Should verify the queries of MongoDB.", () => {
|
||||
connectMongo();
|
||||
openMongoQueryEditor();
|
||||
resizeQueryPanel();
|
||||
|
|
|
|||
Loading…
Reference in a new issue