fix: Uncommented anvil cases (#38218)
## Description Uncommenting test cases as chrome browser version has been hardcoded now. Fixes [`Issue URL`](https://github.com/appsmithorg/appsmith/issues/36419) ## Automation /ok-to-test tags="@tag.Anvil" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/12429832882> > Commit: 6b601b18c9a1000d3aa28e7954be89eefb748842 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12429832882&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Anvil` > Spec: > <hr>Fri, 20 Dec 2024 10:59:51 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enabled execution of previously skipped test suites for various Anvil widgets, including Checkbox, Button, Input, and others across different modes (Canvas, Preview, Deploy). - Enhanced visual testing capabilities by ensuring all theming configurations (light and dark modes) are validated for each widget. - **Bug Fixes** - Resolved issues causing test suites to be skipped, allowing comprehensive testing of widget functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for App Theming`,
|
||||
{ tags: ["@tag.Anvil"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Button Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Checkbox Group Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Checkbox Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Heading Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Icon Button Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Inline Button Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Paragraph Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Radio Group Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Stats Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Switch Group Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Switch Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Table Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../../../../../support/Objects/ObjectsCore";
|
||||
|
||||
// TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved.
|
||||
describe.skip(
|
||||
describe(
|
||||
`${ANVIL_EDITOR_TEST}: Anvil tests for Toolbar Button Widget`,
|
||||
{ tags: ["@tag.Anvil", "@tag.Visual"] },
|
||||
() => {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |