6 Commits

Author SHA1 Message Date
Ashish Gupta
8bb7219826
Fix UI :- Cypress issue for User and Bot creation (#7785)
* Fix cypress issue for User and Bot creation

* changes as per comments

* cypress for user and bot

* added cypress for bot
2022-09-29 18:02:27 +05:30
Aniket Katkar
0b416564a3
UI: Fix failing cypress tests part-2 (#7773)
* Fixed failing user page cypress tests

* Fixed failing cypress tests for glossary

* fixing failing cypress

* Custom properties cypress fix

* fixed failing cypress for description

* miner wait added

* fixed bot cy test

* Fixed failing cypress tests for users page

* fixed mysql test failure

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-09-28 21:58:20 +05:30
Aniket Katkar
cd5c143011
UI: Fixed Failing cypress tests (#7748)
* Fixed Failing cypress tests

* changes related to filter pattern reverted
2022-09-27 18:42:49 +05:30
Chirag Madlani
93ffbbbebf
feat(ui): login via email and password - Basic auth (#7558)
* feat(ui): login via email and password - Basic auth

* create admin users

* update basic auth

* create user on bootstrap

* update basic auth flow

* fix lint

* update basic auth ui forms

* update error messages

* fix cypress tests

* Added private key /public key in conf
Default invitation for invited users on bootstrapping user with invitation mail
Added self/signup flags , handled login scenarios around it
On migration persisting previous user auth mechanism also handled

* Missing fixes

* Move self signup to config

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2022-09-23 16:05:54 +05:30
Sachin Chaurasiya
5224354ce2
Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side. (#7588)
* Fix #7575 UI : Fetch bots with limit=100 and filter it on the UI side.

* Create large page size constant

* Handle case search text

* Fix bots cypress tests

* Fix limit issue
2022-09-20 22:27:36 +05:30
Sachin Chaurasiya
7e9fbee743
UI: Fix Bots Listing Page is not showing updated name and description (#7484)
* UI: Fix Bots Listing Page is not showing updated name and description

* Add cypress test for bots page

* Add cypress tests for webhook

* Fix bots displayName test

* Fix Add bot flow

* Fix update bot test flow
2022-09-19 20:38:30 +05:30