PromucFlow_constructor/app/client/cypress/integration/Smoke_TestSuite/ClientSideTests
akash-codemonk f669954873
chore: update omnibar to work with docusaurus site (#18146)
Fixes #17501 

New index will be used once the algolia keys are updated https://github.com/appsmithorg/keys/pull/10

## Description

- Update algolia index name and keys. 
- Removed [app/client/gitbook-algolia-lambda.js](https://github.com/appsmithorg/appsmith/pull/18146/files#diff-cd4ea8ae515ff25aaad99dc86059b65cc9b67edcde4eb261e1e456497b6957d3). It is being replaced by [website/omnibar-algolia-index.js](https://github.com/appsmithorg/appsmith-docs/pull/564/files#diff-a3f32686fd88fe5556e1dec268d0fa72ddd30a7ca05af48e2d55f1a811acd2c0). 
- Fixes video and list styles of content shown in the omnibar. 
- Videos on docs.appsmith.com are wrapped in a `videoembed` tag so have updated the regex for the same. 
- Image urls also sometimes include algolia highlight tags which makes the url invalid have removed the same 
https://github.com/appsmithorg/appsmith/pull/18146/files#diff-0e7cdbf77157af62f50ece962a8d4e381b2c070c2453123e8a713298f9640e25R126.
- Docusaurus https://docusaurus.io/docs/markdown-features/admonitions have a different syntax have updated the regex to parse the same. https://github.com/appsmithorg/appsmith/pull/18146/files#diff-0e7cdbf77157af62f50ece962a8d4e381b2c070c2453123e8a713298f9640e25R154

TLDR
Make omnibar work with the new docs site.

## How Has This Been Tested?

- Manual

### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
https://github.com/appsmithorg/appsmith/issues/17501#issuecomment-1307043824

## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-11-21 08:25:33 +00:00
..
ActionExecution feat: Adding the function to clear stored values (#17568) 2022-11-01 14:56:13 +05:30
Binding feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
BugTests feat: [Context Switching]: Change focus target and fix cursor position (#17794) 2022-11-15 11:50:18 +05:30
ExplorerTests fix: video widget not visible in widget pane when explorer is pinned (#17318) 2022-10-29 11:31:25 +05:30
FormNativeToRawTests feat: Adds one way switching to Form Controls (#17194) 2022-10-13 21:28:46 +01:00
Git test: Add cypress tests for template phase 2 (#17036) 2022-10-19 19:43:51 +05:30
IDE feat: [Context Switching]: Change focus target and fix cursor position (#17794) 2022-11-15 11:50:18 +05:30
Linting fix: Add collapse icon for bottom bar (#16939) 2022-10-20 17:38:48 +05:30
Onboarding test: Script updates for flaky tests (#16631) 2022-09-12 09:48:44 +05:30
OtherUIFeatures chore: update omnibar to work with docusaurus site (#18146) 2022-11-21 08:25:33 +00:00
PropertyPane feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
Templates fix: show empty canvas CTA's only on the first page while creating an app (#17869) 2022-11-02 14:39:59 +05:30
ThemingTests feat: enabled setTimeout/clearTimeout APIs (#17445) 2022-10-17 22:40:17 +05:30
VisualTests feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
Widgets fix: Cyclic deps in Table widget shouldn't crash the app (#18217) 2022-11-18 16:24:35 +05:30
Workspace test: Add cypress tests for leave workspace flow (#17354) 2022-10-13 12:14:39 +00:00