Skip to content

Commit

Permalink
Updated js file to ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Nov 11, 2024
1 parent c2bf6c8 commit db92203
Show file tree
Hide file tree
Showing 452 changed files with 25 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
locators,
templates,
} from "../../../../support/Objects/ObjectsCore";
import reconnectDatasourceLocators from "../../../../locators/ReconnectLocators.js";
import reconnectDatasourceLocators from "../../../../locators/ReconnectLocators";

describe(
"Create new application from template",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
} from "../../../../../support/Objects/ObjectsCore";
import PageList from "../../../../../support/Pages/PageList";
const templateLocators = require("../../../../../locators/TemplatesLocators.json");
import reconnectDatasourceLocators from "../../../../../locators/ReconnectLocators.js";
import reconnectDatasourceLocators from "../../../../../locators/ReconnectLocators";

describe(
"Bug 17276 - Templates modal filtering",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
const fieldPrefix = ".t--jsonformfield";
const backBtn = "[data-testid='t--property-pane-back-btn']";

function hideAndVerifyProperties(fieldName, fieldValue, resolveFieldValue) {
function hideAndVerifyProperties(fieldName, fieldValue, resolveFieldValue?) {
// Check if visible
cy.get(`${fieldPrefix}-${fieldName}`).should("exist");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
const fieldPrefix = ".t--jsonformfield";
const backBtn = "[data-testid='t--property-pane-back-btn']";

function hideAndVerifyProperties(fieldName, fieldValue, resolveFieldValue) {
function hideAndVerifyProperties(fieldName, fieldValue, resolveFieldValue?) {
// Check if visible
cy.get(`${fieldPrefix}-${fieldName}`).should("exist");

Expand Down
Loading

0 comments on commit db92203

Please sign in to comment.