Muhammed Mustafa
6cec1e2a4d
feat(cypress): Removed cypress localstorage clearing in setup command
2022-11-03 16:11:34 +05:30
Muhammed Mustafa
06929c1040
feat(cypress): Added mysql independent misc suite
2022-11-03 16:11:34 +05:30
Muhammed Mustafa
aec0d1230a
feat(cypress): setup will wait for noco logo with less delay
2022-11-03 16:11:34 +05:30
Muhammed Mustafa
7eb958cf28
feat(cypress): Made cypress tests independent for pg and integrated some tests
2022-11-03 16:11:34 +05:30
աɨռɢӄաօռɢ
42d839be7a
Merge pull request #4237 from nocodb/refactor/nocodb-project-structure
...
refactor: nocodb project structure
2022-11-03 15:41:24 +08:00
mateonunez
56a6b835fb
Merge branch 'develop' into fix/expand-locked-grid-view
2022-11-01 18:52:23 +01:00
Wing-Kam Wong
0b28865e4f
fix(scripts): wrong mysql-sakila-db directory
2022-11-01 00:12:50 +08:00
Wing-Kam Wong
b9a4018764
refactor: move docker-compose-cypress.yml to cypress directory
2022-10-31 13:48:44 +08:00
Wing-Kam Wong
59f03e9eb4
refactor: remove copyright block as CLA covers it
2022-10-28 20:25:11 +08:00
mateonunez
8493e72cbe
Merge branch 'develop' into fix/expand-locked-grid-view
2022-10-27 09:45:08 +02:00
Braks
6e10325cd2
Merge pull request #4141 from nocodb/fix/expanded-form-drawer
2022-10-25 15:11:01 +02:00
Raju Udava
a8bb648dbf
test: fix for handling new record at end
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-25 14:18:29 +05:30
Wonkeun No
8f4f20518a
Merge branch 'develop' into issue-3441
2022-10-23 23:22:46 -04:00
Wonkeun No
9267e95fbb
feat(formulaUtils):allow decimal for round
...
This allows ROUND func to have an optional parameter to show decimal number to the position that the integer parameter specifies
This will address issue-3441
2022-10-23 23:11:17 -04:00
mateonunez
ddce847179
test(grid-locked): expand element should always exist
2022-10-22 17:42:41 +02:00
braks
1eac103651
revert: 2b test
2022-10-21 19:44:27 +02:00
braks
eb76e7b22d
tests: close modal in 2b tests
2022-10-21 15:18:57 +02:00
braks
8df7d8423c
tests: reduce test flakiness
2022-10-21 13:29:19 +02:00
Bueno, João
395b66ae8f
test(cy): circular references and duplicated dependencies
...
Circular references are invalid, but duplicate dependencies can be
resolved. (See issue #4024 )
closes #4024
2022-10-13 10:46:43 -03:00
Raju Udava
ae8b299f11
test: scroll modal close button into view before click
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-08 18:28:06 +05:30
Raju Udava
74031b3302
test: survey form
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-08 17:11:39 +05:30
Raju Udava
00764f9436
test: enable Kanban tests for SQLite, PG
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 21:56:56 +05:30
Wing-Kam Wong
4e3cd99883
Merge branch 'develop' into feat/kanban-view
2022-10-07 20:21:26 +08:00
braks
3974c877af
refactor(tests): add cy selectors and update share link test
2022-10-07 11:44:18 +02:00
Raju Udava
25e08de4d3
test: cy updates to support share view modal changes
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 15:10:09 +05:30
braks
c0987300ae
refactor(tests): remove looking for ant collapse
2022-10-07 11:09:32 +02:00
Raju Udava
e8b8b11378
test: add record after removing filter
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 12:32:55 +05:30
Wing-Kam Wong
9ba7fe3a4c
fix(cypress): convert footer count to numbers
2022-10-07 12:36:17 +08:00
Wing-Kam Wong
373bc7a68a
fix(cypress): change > 1 to !== 1 for kanban record count
2022-10-07 12:18:53 +08:00
Raju Udava
169fb64ca3
test: validate if grid is rendered
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 08:29:48 +05:30
Raju Udava
7d044315c6
test: comments cleanup
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 08:15:37 +05:30
Raju Udava
16bea00945
test: ensure add new row tooltip disappears
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-07 07:50:57 +05:30
Raju Udava
f4855b6044
test: retain localStorage across tests
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-06 17:31:05 +05:30
Wing-Kam Wong
132611ad58
Merge branch 'develop' into feat/kanban-view
2022-10-06 16:16:35 +08:00
Braks
70d3d1f53f
Merge pull request #3933 from nocodb/refactor/user-page
2022-10-06 10:02:27 +02:00
Raju Udava
5ed1d93252
Merge branch 'develop' into feat/kanban-view
2022-10-06 10:07:01 +05:30
Raju Udava
50953fe5be
test: wait for grid re-render after table rename
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-06 10:05:07 +05:30
braks
4cd2f21447
chore(tests): cleanup
2022-10-05 16:49:18 +02:00
Raju Udava
1d0ad20cfc
test: CY corrections post rebase
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-05 19:38:46 +05:30
braks
801fe85fb7
chore(nc-gui,tests): click brand icon to move to project list
2022-10-05 12:47:14 +02:00
braks
aaad161578
feat(nc-gui,tests): add user settings tests and cy selectors
2022-10-05 12:47:13 +02:00
Wing-Kam Wong
fe6b7eb574
Merge branch 'develop' into feat/kanban-view
2022-10-05 18:21:57 +08:00
Wing-Kam Wong
f2d361e73c
Merge branch 'develop' into feat/kanban-view
2022-10-03 10:49:32 +08:00
Raju Udava
cb0bf402f1
test: cleanup
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-02 22:35:33 +05:30
Raju Udava
71b7d1ddff
test: use closeTableTab() across files
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-02 22:10:44 +05:30
Raju Udava
fe579a3543
test: remove wait from LTAR
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-02 21:03:58 +05:30
navi
0637c811d5
Merge pull request #3830 from nocodb/fix/mem-leak-avoid-rerender
...
Fix : Avoid re-rendering smartsheet
2022-10-01 18:43:45 +01:00
Raju Udava
7f08233b96
test: use close active modal instead of esc
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-01 12:25:46 +05:30
Raju Udava
e0b09f3068
test: updates to pg grid view share
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-01 12:25:46 +05:30
Raju Udava
79a903050f
test: cleanup grid view share
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-10-01 12:25:46 +05:30