74 Commits

Author SHA1 Message Date
kshinde2512
9ccfd4f7cd
Text editor/tags locator and schema name changes (#4153) 2022-04-21 11:55:41 +05:30
Sriharsha Chintalapani
5d1b1500fb
Merge pull request #3846 from kshinde2512/Topic-details-ui-error-handling
Error handling for topic details
2022-04-11 10:14:39 -07:00
kshinde2512
11c41b47d2
Dashboard and Pipeline details error handling (#3858) 2022-04-08 12:09:43 -07:00
kshinde2512
a455f98fae Error handling for topic details 2022-04-05 14:14:50 +05:30
kshinde2512
db0a52875b
Error handling and locator changes (#3806)
* Error handling and locator changes
2022-04-05 13:30:12 +05:30
Parth Panchal
2fda9ef97c
fixing selenium tests with assertion (#3481)
* fixing selenium tests with assertion

Co-authored-by: kshinde2512 <67048554+kshinde2512@users.noreply.github.com>
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-03-30 16:45:02 +05:30
Suresh Srinivas
6057a37015
Fixes #3717 Remove unnecessary exceptions thrown (#3718) 2022-03-28 14:58:24 -07:00
darth-coder00
66e41523c6
Fixed #3596: counts for entities using list APIs by setting limit=0 (#3646) 2022-03-28 12:06:36 -07:00
Parth Panchal
4b7358dfbf
Added selenium tests for glossary page (#3546)
* added glossary selenium tests

* glossary tests

* minor change

* reverting minor change

* addressing stylecheck

* adding chrome option

* removing commented code
2022-03-22 19:09:43 +05:30
parthp2107
82540b6e18
Fixing selenium tests with assertions (#3353)
* altering tests

* updated teams page with chrome option

* added fix for tests

* testid changes

* Entity details test (#3373)

* Adding Entity details test fix

* Java checkstyle format

* Selenium tests fix

* adding chrome options

Co-authored-by: kushal <kushalshinde2512@gmail.com>

* test fix

* test fix

* test fix

* text fix

* tests fix

* test fix

* test fix (#3428)

Co-authored-by: kushal <kushalshinde2512@gmail.com>

* added test fixes

* adding wait for add webhook button

Co-authored-by: kshinde2512 <67048554+kshinde2512@users.noreply.github.com>
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-03-15 20:18:29 +05:30
kshinde2512
24ef2af50a
Selenium tests issue fix (#3010) 2022-03-04 16:28:42 +05:30
parthp2107
777c6c3081
Selenium fixes (#3014)
* fixes for selenium tests

* fixes for selenium tests

* fixing changes

* minor changes

* fixing tests

* fixing tests

* assert changes

* uncommenting code
2022-03-01 15:27:46 +05:30
parthp2107
262efd8025
updated chrome drivers and added options for headless chrome (#3009)
* updated chrome drivers and added options for headless chrome

* checking quick fix

* undoing the quick fix
2022-02-28 18:28:49 +05:30
Matt
6dadbc149f
Use lombok Getter to simplify openmetadata-ui/*.java files (#2975) 2022-02-25 10:09:13 +05:30
Matt
f533a67981
Use RequiredArgsConstructor in openmetadata-ui/*.java (#2974) 2022-02-24 15:52:46 +05:30
Matt
3c8fc79b94
Update all *.java in openmetadata-ui to use lombok.LOG (#2973) 2022-02-24 15:14:13 +05:30
kshinde2512
9dd8598e96
Adding Webhooks selenium tests (#2911)
* Adding Webhooks selenium tests

* Adding java checkstyle

* Changed assertions based on comments

* Added @RequiredArgsConstructor

* Adding java checkstyle

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-24 00:46:35 -08:00
kshinde2512
a9446e0209
Added negative tests and added some assertions (#2825)
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-17 17:51:46 +05:30
kshinde2512
d58fb32dd0
Revamp Teams page (#2741)
* Revamp Teams page

* adding options

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-14 18:00:36 +05:30
kshinde2512
b310f02af9
Revamp pipeline details page (#2710)
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-10 18:42:04 +05:30
kshinde2512
c2dc1bf7bc
Revamp Dashboard details selenium test (#2681)
* Revamp Dashboard details selenium test

* Revamp dashboard details page

* Java checkstyle

* Adding options top test

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-10 13:37:22 +05:30
kshinde2512
ee071704fc
Revamp topic details selenium test (#2677)
* Revamp topic details page

* Java checkstyle

* Table details page code refactor

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-08 17:50:47 +05:30
kshinde2512
e889e79393
Revamping selenium tests mydatapage (#2386)
* Api tests

* test - revamping MyDataPageTest

* addressing style check

* test - revamping MydataTestPage,TableDetailsTest,ExplorePageTest

* test - java and python checkstyle

* Code changes

* Java and Oython checkstyles

* pushing topic details page

* Addressed all changes in comments

* Adressing Java checkstyles

* Addressing comments

* Deleted extra files

* Adding data tesid

* common page changes added

* Indentation change

* indent change

* Indent changes

* Indent changes

* Minor code change

* Removed public modifier and added assertions

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-04 19:45:44 +05:30
parthp2107
6f1fb33418
revamped no data test cases for selenium (#2619)
* revamped no data test cases

* addressing style check
2022-02-04 18:09:54 +05:30
parthp2107
d3f34c9490
revamped common tests in selenium (#2616) 2022-02-04 15:25:00 +05:30
parthp2107
de6a06b013
Pagination, filter, exception tests cases revamped (#2613) 2022-02-04 11:56:22 +05:30
parthp2107
43f4417f8d
moved variables used multiple times into a single class (#2588) 2022-02-03 16:05:31 +05:30
parthp2107
b4e608928b
Roles revamp (#2586)
* revamped roles page selenium tests

* addressing style-chcek

* removing commented code
2022-02-03 14:16:39 +05:30
parthp2107
dc4f7d7f98
revamped user listing selenium tests (#2583) 2022-02-03 12:08:31 +05:30
parthp2107
60aa5f3939
Fix#2559: Revamped service listing page (#2570)
* revamped service listing page

* addressing style check
2022-02-02 17:10:42 +05:30
parthp2107
f99258ea4d
added webdriver path to selenium config (#2553)
* added webdriver path to selenium config

* addressing style check
2022-02-02 13:05:39 +05:30
parthp2107
22b31f4618
revamped database service listing page (#2534) 2022-02-01 18:43:10 +05:30
parthp2107
f077a025a5
Revamping tags selenium tests (#2508)
* revemping tags selenium tests

* addressing style check

* completed tags page revamp

* addressing style-check

* removing extra code

* addressing style-check
2022-02-01 13:27:49 +05:30
parthp2107
f199f2fc39
added roles page tests (#2376)
* added roles page tests

* addressing style-check
2022-01-25 07:47:07 +05:30
parthp2107
91767ee4cf
added tests for tags and description (#2332) 2022-01-21 21:37:25 +05:30
parthp2107
b9f4249457
added tests for tags, user search and lineage (#2312)
* added tests for tags, user search and lineage

* addressing style-check

* empty commit, testing workflow
2022-01-20 20:00:09 +05:30
parthp2107
1eaf9b1cc1
added tests for owner, tags filters and search matches (#2285)
* added tests for owner, tags filters and search matches

* addressing style check
2022-01-19 20:47:14 +05:30
parthp2107
91cb1fafa7
added selenium tests for filter-count, owner-name and tour (#2264) 2022-01-18 20:10:25 +05:30
parthp2107
7720a821df
added tests for name checks (#2250) 2022-01-18 10:57:25 +05:30
parthp2107
8e19756764
added test for multiple tags (#2196)
* added tests for multiple tags

* minor changes

* addressing style-check
2022-01-13 20:44:34 +05:30
parthp2107
cf2381482d
added selenium tests for tags with space (#2129)
* added selenium tests for tags with space

* addressing style check

* addressing comments

* using config for url

* minor changes

* minor changes

* changes for new service page

* empty commit, testing workflow

* minor changes

* addressing style-check
2022-01-11 17:45:28 +05:30
parthp2107
2cb490c294
added test for service with space as name (#2150) 2022-01-11 16:43:42 +05:30
parthp2107
783cbb46de
added test for tag duplication (#2096)
* added test for tag dublication

* minor changes

* java style-check changes

* minor fixing in tests

* test fixes

* minor change
2022-01-10 11:25:33 +05:30
Alberto Miorin
c0a0c04306
Fix #2058: Reformat a few Java files left for good (#2072) 2022-01-06 11:27:19 +01:00
parthp2107
293ae7626f
added test for incorrect filter count (#2046) 2022-01-06 11:54:56 +05:30
darth-coder00
9befb8aa34
Fixed misc UI issues #1972, #1744 and other misc issues (#2011)
* Fixed misc UI issues #1972, #1744 and other misc issues

* Addressing comments

* UI: Centered layout changes

* Layout fixes

* Addressing comments

* Post merge fixes

* Selenium test and minor UI fix
2022-01-06 11:42:35 +05:30
Alberto Miorin
35f1967962
Fix #2042: Added missing java check-styles for openmetadata-ui (#2043) 2022-01-05 08:35:53 -08:00
parthp2107
2be8b0c20c
tests for issues found (#2021) 2022-01-05 14:17:55 +05:30
parthp2107
60ff85ccdc
selenium code clean-up (#2012)
* code clean-up

* removing extra code
2022-01-04 13:56:55 +05:30
parthp2107
59de16125d
added workflow for selenium tests without sample data (#1999)
* added workflow for selenium tests without sample data

* change in drop-create command

* using different approach to start server

* minor change

* minor change

* adding timeout to start server step
2022-01-03 16:36:32 +05:30