-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore: Updated another set of third party urls #36571
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
Changes from all commits
393ef9e
5713d1a
8ac92ad
6f93179
e75f111
23e4a3c
f71d473
d923533
c002b1a
d0d6d3c
a7306e5
c6432d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,9 +18,9 @@ describe( | |
| { tags: ["@tag.Widget", "@tag.Modal"] }, | ||
| function () { | ||
| const image = (src: string) => 'img[src="' + src + '"]'; | ||
| const jpgImg = "https://jpeg.org/images/jpegsystems-home.jpg"; | ||
| const gifImg = | ||
| "https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/5eeea355389655.59822ff824b72.gif"; | ||
| const jpgImg = | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sagar-qa007 QQ: These images are still external to the Appsmith product. What would happen if the Devrel team decided to change or remove this image? Wouldn't this still lead to flakiness in the product? Would it be possible to bring these images in control of TED? Or is there a technical limitation in doing so?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We initially attempted to store the Docker images locally, but the test case requires loading an image via HTTPS for the deployed application. While adding the images to a CDN was considered, it was not deemed an ideal solution. However, the logos selected are from stable sources that are unlikely to change frequently, minimizing potential issues with third-party hosting within appsmith.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sagar-qa007 Why was a CDN solution deemed not ideal? Can you throw some light into this? |
||
| "https://community.appsmith.com/sites/default/files/styles/small_thumbnail/public/2024-03/aws-logo.jpg"; | ||
| const gifImg = "https://docs.appsmith.com/img/multi-update-sql.gif"; | ||
sagar-qa007 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| it("1. Modal widget functionality", () => { | ||
| entityExplorer.DragDropWidgetNVerify(draggableWidgets.BUTTON); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.