-
Notifications
You must be signed in to change notification settings - Fork 657
✨AI Column: Cover leftovers and write e2e tests #31945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1,013
−68
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d52eb24
DataGrid AI Column base tests
Raushen 12f2241
TreeList AI Column base tests
Raushen 7910bdd
Merge branch '25_2' of github.com:DevExpress/DevExtreme into AI-Colum…
Raushen 98dbc8e
Move page file
Raushen 102726e
Rollback
Raushen b317191
Fix comments
Raushen 9ef0eb2
Remove onAIColumnResponseReceived code
Raushen 78873c2
Remove excess code
Raushen 4c46728
Remove disablePageReloads for stability
Raushen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
505 changes: 505 additions & 0 deletions
505
e2e/testcafe-devextreme/tests/common/treeList/aiColumn/functional.ts
Large diffs are not rendered by default.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
e2e/testcafe-devextreme/tests/container-ai-integration.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <title>TestCafe Tests Container</title> | ||
|
|
||
| <link rel="dx-theme" data-theme="fluent.blue.light" href="../../../packages/devextreme/artifacts/css/dx.fluent.blue.light.css" data-active="true"> | ||
| <link rel="dx-theme" data-theme="fluent.blue.light.compact" href="../../../packages/devextreme/artifacts/css/dx.fluent.blue.light.compact.css" data-active="false"> | ||
| <link rel="dx-theme" data-theme="generic.light" href="../../../packages/devextreme/artifacts/css/dx.light.css" data-active="false"> | ||
| <link rel="dx-theme" data-theme="generic.light.compact" href="../../../packages/devextreme/artifacts/css/dx.light.compact.css" data-active="false"> | ||
| <link rel="dx-theme" data-theme="material.blue.light" href="../../../packages/devextreme/artifacts/css/dx.material.blue.light.css" data-active="false"> | ||
| <link rel="dx-theme" data-theme="material.blue.light.compact" href="../../../packages/devextreme/artifacts/css/dx.material.blue.light.compact.css" data-active="false"> | ||
|
|
||
| <script type="text/javascript" src="../../../packages/devextreme/artifacts/js/jquery.min.js"></script> | ||
| <script type="text/javascript" src="../../../packages/devextreme/artifacts/js/dx.all.js"></script> | ||
| <script type="text/javascript" src="../../../packages/devextreme/artifacts/js/dx.ai-integration.js"></script> | ||
| <script type="text/javascript" src="../../../packages/devextreme/artifacts/js/dx.aspnet.data.js"></script> | ||
|
|
||
| <style> | ||
| * { caret-color: transparent !important; } | ||
| .dx-scheduler .dx-scrollable-scroll { visibility: hidden !important; } | ||
| </style> | ||
| </head> | ||
| <body class="dx-surface"> | ||
| <div id="parentContainer" role="main"> | ||
| <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Test header</h1> | ||
|
|
||
| <div id="container"> | ||
| </div> | ||
| <div id="otherContainer"> | ||
| </div> | ||
| </div> | ||
| </body> | ||
| </html> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.