diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 168a818397..4f97efd197 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -1355,7 +1355,7 @@ jobs: uses: actions/checkout@v3 with: repository: appsmithorg/performance-infra - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.CYPRESS_GITHUB_PERSONAL_ACCESS_TOKEN }} ref: main path: app/client/perf diff --git a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/Widgets/AllWidgets_default_meta_spec.js b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/Widgets/AllWidgets_default_meta_spec.js index 0049e3dfba..6e90d509fa 100644 --- a/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/Widgets/AllWidgets_default_meta_spec.js +++ b/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests/Widgets/AllWidgets_default_meta_spec.js @@ -13,7 +13,6 @@ import { } from "../../../../locators/WidgetLocators"; const widgetsToTest = { - [WIDGET.MULTISELECT_WIDGET]: { widgetName: "MultiSelect", widgetPrefixName: "MultiSelect1",