PromucFlow_constructor/app/client/cypress/fixtures
Jacques Ikot 6f27959bce
fix: Invalid Date Display in Table Widget's Date Column When Using Unix Timestamp (ms) (#36455)
## Description

**Problem**
When populating a table widget with data that includes dates in Unix
timestamp (milliseconds) format, setting the column type to "Date," the
input format to "Unix timestamp (ms)," and selecting a display format
leads to an issue during inline editing. While the date picker behaves
correctly, selecting a new date results in the table cell showing an
"Invalid Date" error.

**Root Cause**
The platform currently uses DateInputFormat.MILLISECONDS for Unix
timestamp (ms) formatting. However, this value is not a valid option for
the moment.format() function, which expects the input format to be 'x'
for Unix timestamps in milliseconds. This mismatch leads to the "Invalid
Date" error.

**Solution**
Modify the logic to map DateInputFormat.MILLISECONDS to the correct
moment format string 'x'.
Adjust the table's transformDataPureFn to correctly process and display
dates in Unix timestamp (ms) format after inline edits, ensuring the
moment library can handle the input properly.

**Outcome**
This fix ensures that when a user selects a date via the date picker in
inline editing mode, the selected date is displayed correctly in the
table without any errors.


Fixes #35631, #25081

## Automation

/ok-to-test tags="@tag.Sanity, @tag.Binding, @tag.Table,
@tag.Datepicker"

### 🔍 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/11101758400>
> Commit: 6a3cae774f3824bd2ee126b501bfa4b6d71ae0c8
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11101758400&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity, @tag.Binding, @tag.Table, @tag.Datepicker`
> Spec:
> <hr>Mon, 30 Sep 2024 08:54:58 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary by CodeRabbit

- **New Features**
- Enhanced date column editing in table widgets to accept Unix
timestamps in milliseconds without errors.
	- Introduced a new enumeration for improved date formatting options.
- Added mock data structures for testing various date formats and
transformations in the table widget.
- New method for generating formatted date strings for tomorrow in both
verbose and ISO formats.

- **Bug Fixes**
- Improved validation logic for date inputs in the table, ensuring
proper handling of different date formats.

- **Tests**
- Added new test cases to validate date handling and input formats in
the table widget.
- Introduced a new test suite for transforming table data based on
specified column metadata.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-09-30 10:02:42 +01:00
..
Bugs chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
Datatypes chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
Files fix: display picture - prevent invalid files (#22900) 2023-05-04 11:26:17 +05:30
ImportApps
Listv2 chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
PartialImportExport chore: Remove unused new from JSON exports/responses (#34652) 2024-07-10 10:59:55 +05:30
Table chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
Templates fix: Reset templates filter for templates modal (#24192) 2023-06-29 11:52:05 +05:30
Videos test: Cypress - Camera & Code Scanner Widgets Automation (#26196) 2023-08-11 01:31:18 +05:30
AAAFlowerVase.jpeg
AAAGlobeChristmas.jpeg
addWidgetTable-mock.json
alignmentWithDynamicHeightDsl.json
AllWidgetsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
anvilAppTheming.json chore: add tests for app theming (#34839) 2024-07-22 22:08:48 +03:00
anvilButtonWidget.json chore: add tests for app theming (#34839) 2024-07-22 22:08:48 +03:00
anvilCheckboxGroupWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilCheckboxWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilCurrencyInputWidget.json test: Fix Anvil DSLs used for testing (#34569) 2024-06-28 11:14:51 +05:30
anvilHeadingWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilIconButtonWidget.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
anvilInlineButtonWidget.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
anvilInputWidget.json test: Fix Anvil DSLs used for testing (#34569) 2024-06-28 11:14:51 +05:30
anvilParagraphWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilPhoneInputWidget.json test: Fix Anvil DSLs used for testing (#34569) 2024-06-28 11:14:51 +05:30
anvilRadioGroupWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilStatsWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilSwitchGroupWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilSwitchWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilTableWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
anvilToolbarButtonWidget.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
anvilZoneSectionWidget.json chore: cypress snapshot types (#34722) 2024-07-09 12:06:59 +03:00
apiParallelDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
apiTableDsl.json
appNavigationTestingApp.json feat: Improved App Navigation (#19312) 2023-03-23 17:11:58 +05:30
appNavigationTestingAppWithLongPageNamesAndTitle.json feat: Improved App Navigation (#19312) 2023-03-23 17:11:58 +05:30
Appsmith.gif updated tests for filePicker regression tests (#27595) 2023-09-27 11:22:25 +05:30
appsmithlogo.png
audioWidgetDsl.json
autocomp.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
autoHeightContentAlignmentDSL.json
autoHeightInvisibleWidgetsDSL.json
autoHeightOverlapDSL.json
autoLayoutAutoHeight.json fix: View mode dimension observer (#29071) 2023-11-28 19:58:58 +05:30
autoLayoutContainerWidgetDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
autoLayoutCopyPaste.json chore: Conversion and Copy Paste tests for Autolayout (#23702) 2023-06-09 20:10:12 +05:30
autoLayoutReflow.json fix: Remove Auto layout feature flag dependency. (#24947) 2023-07-03 12:03:27 +05:30
AutoLayoutTableWidgetDsl.json fix: Makes use of mobile positioning properties in Table Widget (#24729) 2023-07-17 11:12:52 +05:30
AutolayoutWidgetsDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
base64imagedsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
basicDsl.json
basicNumberDataTableDsl.json
basicTabledsl.json
buttonApiDsl.json
buttondsl.json
ButtonGroup_MenuButton_Width_dsl.json fix: ButtonGroup_MenuButton_Width_spec cypress test (#22412) 2023-04-14 15:38:18 +05:30
buttonGroupDsl.json
buttonLintErrorDsl.json
buttonRecaptchaDsl.json
CameraDsl.json
CanvasResizeDsl.json
categorySliderWidgetDsl.json fix: Fix crash on passing invalid mark option to category slider widget (#23619) 2023-05-23 13:50:09 +05:30
chartCustomDataDsl.json
chartCustomSankeyDataDsl.json fix: Correct x and y values returned for Sankey (custom fusion chart) when onDataPointClick is triggered (#26267) 2023-08-21 15:00:04 +05:30
ChartDsl.json
ChartLoadingDsl.json
ChartTextDsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
chartUpdatedDsl.json feat: ECharts Phase 2 - Custom ECharts (#25980) 2023-08-30 14:28:26 +05:30
checkboxgroupDsl.json
CMSdsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
commondsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
CommunityIssuesExport.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
ConcreteHouse.jpg
containerdsl.json
ContainerWithOtherWidgetsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ContextSwitching.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
conversionDslWithDynamicBindings.json chore: Conversion and Copy Paste tests for Autolayout (#23702) 2023-06-09 20:10:12 +05:30
conversionFrAutoLayoutDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
CurrencyInputDynamic.json
CurrencyInputIssueExport.json
customWidget.json chore: custom widget (#28926) 2023-12-28 12:16:28 +05:30
datasources.json chore: Update Postgres port for TED in CI (#34430) 2024-06-25 10:35:15 +05:30
datepicker_switchDsl.json
datePicker2dsl.json
datePickerdsl.json
datePickerV2Updated_dsl.json
debuggerDependencyDsl.json
debuggerTableDsl.json
defaultFilterText.json
defaultMetadataDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
defaultMetaDsl.json
defaultTableDsl.json
defaultTableV2Dsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
DeleteGitRepos.json
deprecatedWidgets.json
disabledWidgetsDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
displayWidgetDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
DividerDsl.json
DocumentViewerDsl.json
dropDownWidget_reset_check_dsl.json
dynamicHeightCanvasResizeDsl.json
dynamicHeightContainerCheckboxdsl.json fix: widget borders does not reflect widget height (#23694) 2023-06-28 14:11:45 +05:30
dynamicHeightContainerdsl.json
dynamicHeightContainerScrolldsl.json
DynamicHeightDefaultHeightdsl.json
dynamicHeightFormSwitchdsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
dynamicHeightListDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
DynamicHeightListTextDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
DynamicHeightModalDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
dynamicHeightStatboxdsl.json
dynamicHeigthContainerFixedDsl.json
dynamicTabWidgetdsl.json
editorContextdsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
emptyDSL.json test: Really empty DSL (#34510) 2024-06-26 20:01:30 +05:30
EmptyListWidget.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
exampleEncodedDocs.js fix: Add sheetjs package for parsing xls/xlsx file. Remove exceljs (#23399) 2023-05-23 18:03:48 +05:30
executeAction.json
executionParamsDsl.json
explorerHiddenWidgets.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
exported-app.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
exportedApp.json
filepickerDsl.json
filePickerTableDSL.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
filePickerV2_reset_check_dsl.json
filePickerV2WidgetReskinDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
fontData.json
forkedApp.json test: Cypress | Flaky fix (#24242) 2023-06-08 14:40:38 +05:30
forkNonSignedInUser.json
formChangeDSL.json
formDataDsl.json
formdsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
formdsl1.json chore: Upgrade TinyMCE (#35399) 2024-08-08 20:08:09 +05:30
formHasChangesDsl.json
formInputTableDsl.json
formInputTableV2Dsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
formResetDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
formSelectDsl.json feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
formSelectTreeselectDsl.json feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
formSwitchDsl.json
formWidgetdsl.json
formWidgetWithInputValCheckDsl.json
formWithInputdsl.json
formWithRTEDsl.json
formWithtabdsl.json
gitImport.json
googleSource.json
iconButtonWidgetsDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
IframeDsl.json test: updated tests by replacing external APIs (#32718) 2024-04-18 19:01:46 +05:30
IframeOnSrcDocChange.json test: updated tests by replacing external APIs (#32718) 2024-04-18 19:01:46 +05:30
ImageHugWidgetDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ImportAppAllAccess.json test: Fix for gsheet failures (#30249) 2024-01-12 17:54:02 +05:30
ImportAppReadAccess.json test: Gsheet automation phase 2 (#27711) 2023-10-11 13:04:47 +05:30
ImportAppReadWriteAccess.json test: Gsheet automation phase 2 (#27711) 2023-10-11 13:04:47 +05:30
ImportAppSelectedAccess.json test: Gsheet automation phase 2 (#27711) 2023-10-11 13:04:47 +05:30
inputBindingdsl.json
inputdsl.json
inputMaxCharDsl.json
inputWidgetMobileDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
InputWidgetV2InsideListDSL.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
Invalid_binding_dsl.json feat: select and multiselect label value (#24964) 2023-07-25 10:26:33 +05:30
invisibleWidgetdsl.json
Js_toggle_dsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
JSApiOnLoadDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
jsFunctionTriggerDsl.json
JSObjectMutationTestApp.json feat: JSObject variable as a state (JSObject variable mutation) (#19926) 2023-04-07 13:11:36 +05:30
JsObjecWithGitdsl.json
JSObjOnLoadApp.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
jsonFormDslWithoutSchema.json
jsonFormDslWithSchema.json
jsonFormDslWithSchemaAndWithoutSourceData.json
jsonFormDynamicHeightDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
jsonFormInModalDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
jsonFormUnicodeDSLWithoutSourceData.json
jsonTextDsl.json
largeJSONData.json
layoutdsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
lazyRender.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
library_export.json
listdsl.json
listRegression2Dsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listRegression3Dsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listRegressionDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listV2AudioVideoDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listV2ButtonsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listV2NestedDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listv2PaginationDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ListVulnerabilityDSL.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
listwidgetData.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
listwidgetdsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
listWidgetLintDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ListWidgetWithDataAndButtonDSL.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
longCanvasDsl.json
mainContainerOverflow.json fix: Fixed Layout system: Main container background underflow (#29796) 2024-01-03 01:17:56 +05:30
MapChartDsl.json
Mapdsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
menuButtonDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
mobileresponisvenessDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
mobileresponsiveness_multipleDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
mobileViewScrollDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ModalDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
modalOnTableFilterPaneDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
modalScroll.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
modalWidgetBGcolorDSL.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
modalWidgetTestApp.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
mongo_GET_Actions.json
mongo_GET_selectTableDropdown.json
mongo_POST_Actions.json
mongo_PUT_replaceLayoutWithCRUD.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
mongoAppdsl.json test: Cypress - Flaky test fix (#23917) 2023-06-02 17:15:21 +05:30
mongouri_data_spec.json fix: mongo uri spec flakiness (#36249) 2024-09-17 11:01:08 +05:30
multiPartFormDataDsl.json
multipleContainerdsl.json
MultipleInput.json
MultipleWidgetDsl.json feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
multiSelectDsl.json feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
multiSelectedRowUpdationDsl.json
multiSelectedRowUpdationTableV2Dsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
multiTreeSelectDsl.json test: added tests fo multiTreeSelect Regression tests (#27826) 2023-10-07 20:12:33 +05:30
mySQL_GET_Actions.json
mySQL_GET_selectTableDropdown.json
mySQL_POST_Execute.json
mySQL_PUT_replaceLayoutWithCRUD.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
navigateToInputDsl.json
navigateTotabledsl.json
newFormDsl.json feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
noiseDsl.json
numberSliderWidgetDsl.json
omnibarDsl.json
one_postgres.json test: Cypress | Moving Non-TED containers within Tests (#24709) 2023-06-21 23:07:21 +05:30
onPageLoadActionsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
PageLoadDsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
paramsDsl.json
patchjson.txt
PgAdmindsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
PhoneInputDynamic.json
plugins.json
postInviteStub.json
postjson.txt
previewMode.json
promisesBtnDsl.json
promisesBtnImgDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
promisesBtnListDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
promisesStoreValueDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
PropertyPaneSlashMenuBindings.json fix: slash menu command show all available queries and datasources fixed (#33076) 2024-05-08 11:43:09 +05:30
publishedModeToastToggleDsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
putjson.txt
qr.mjpeg
radioGroup_int_value_dsl.json
rangeSliderWidgetDsl.json
replay.json
REPO.ts
resetPassword.json
resetWidgetDSL.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
ResizeListDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
richTextEditorDsl.json test: cypress - test added for RTE regression (#27670) 2023-10-01 07:49:51 +05:30
rundsl.json
sample-pdf-file.pdf test: cypress - added tests for Document Viewer (#26199) 2023-08-14 18:02:08 +05:30
Sample.tsv fix: Add support for xls,json,tsv file types in file widget (#23159) 2023-06-06 08:53:45 +05:30
SampleAppIDETest.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
SampleXLS.xls fix: Add support for xls,json,tsv file types in file widget (#23159) 2023-06-06 08:53:45 +05:30
saveAction.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
Select_table_dsl.json
SelectDslWithEmptyOptions.json
selectMultiSelectTreeSelectWidgetDsl.json
selectWidgetDsl.json
SimpleBinding.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
slashcommandDsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
SMTPTestdsl.json fix: revert #28841 (#29197) 2023-11-29 17:36:38 +01:00
snippetDsl.json
snippetErrordsl.json
snippingTableDsl.json
StatboxDsl.json
SwitchGroupWidgetDsl.json
swtchTableDsl.json
swtchTableV2Dsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tabdsl.json
tabInputDsl.json
tableAndChart.json
tableAndTextDsl.json
TableClientSearch.json
tableDateColumnTypes.ts fix: Invalid Date Display in Table Widget's Date Column When Using Unix Timestamp (ms) (#36455) 2024-09-30 10:02:42 +01:00
TableFilterImportApp.json
tableInputDsl.json
TableMigrationAppExported.json
TableMigrationDsl.json
tableNewDsl.json
tableNewDslWithPagination.json
tableResizedColumnsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
tableTextPaginationDsl.json
tablev1NewDsl.json
tableV2AndTextDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
TableV2ClientSearch.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2ColumnOrderDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2FilteringWithPrimaryColumn.json fix: Incorrect updation of selctedRowIndex when primary column is set. (#36393) 2024-09-20 12:25:23 +05:30
tableV2FilteringWithPrimaryColumnJSObjectWidthData.ts fix: Incorrect updation of selctedRowIndex when primary column is set. (#36393) 2024-09-20 12:25:23 +05:30
tableV2NewDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2NewDslWithPagination.json fix: Fixes currentRow calculation logic in table(property pane) (#35390) 2024-08-20 13:31:45 +05:30
tableV2ResizedColumnsDsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
tableV2TextPaginationDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2WidgetCondnFormatDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2WidgetDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2WithTextWidgetDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableV2WithUrlColumnDsl.json feat: Table one click binding for MongoDB and Postgres (#23629) 2023-06-01 22:56:05 +05:30
tableWidgetCondnFormatDsl.json
TableWidgetDatawithEmptyKeys.json
tableWidgetDsl.json
tableWithNumberColumnDsl.json
tableWithTextWidgetDsl.json
tabsDsl.json test: added tests for Tabs (#27765) 2023-10-05 09:34:41 +05:30
tabsWidgetDsl.json
tabsWidgetReset.json
tabsWithWidgetDsl.json
templatePageWithNullbindings.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
Test_csv.csv
test-data-gsheet.ts chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
test.ppt test: cypress - added tests for Document Viewer (#26199) 2023-08-14 18:02:08 +05:30
testAction.json
testdata.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
TestDataSet1.json test: Cypress | Promises_1_spec.ts TED URL replace for flaky fix (#29276) 2023-12-05 11:26:22 +05:30
testDoc.docx test: cypress - added tests for Document Viewer (#26199) 2023-08-14 18:02:08 +05:30
testFile.mov
testFile2.mov
testRemoveFile1.json fix: file picker widgets removing files causing abnormal content (#31646) 2024-03-11 18:13:12 +05:30
testRemoveFile2.json fix: file picker widgets removing files causing abnormal content (#31646) 2024-03-11 18:13:12 +05:30
TestSpreadsheet.xlsx fix: Add support for xls,json,tsv file types in file widget (#23159) 2023-06-06 08:53:45 +05:30
textDsl.json
textLintErrorDsl.json
textNewDsl.json
TextTabledsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
TextTableV2dsl.json test: Remove unused data in DSL fixtures (#34405) 2024-06-24 17:17:43 +05:30
textWidgetDsl.json
textWidgetDynamicdsl.json
ThemeAppdsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
TreeSelectDsl.json
uiBindDsl.json feat: added modal name, lint warning for string, action selector modal (#32893) 2024-05-02 17:48:53 +05:30
US_PopulationTest.xlsx test: cypress - added tests for Document Viewer (#26199) 2023-08-14 18:02:08 +05:30
user.json
variables.ts
videoWidgetApp.json test: Cypress - Image and video widget automation (#26541) 2023-08-28 12:43:07 +05:30
viewdsl.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
WidgetCopyPaste.json
widgetPopupDsl.json feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
widgetSelection.json chore: Replacing ted api call for resources (#36472) 2024-09-25 19:41:00 +05:30
xmlParser.json chore: remove xml parser v3 as a default library (#28012) 2023-10-20 11:08:47 +05:30