Commit Graph

56 Commits

Author SHA1 Message Date
braks
7c52db16d3 chore(tests): fix type issue
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-07 18:29:42 +01:00
braks
da6183a570 chore(tests): correct viewport test
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-07 18:29:42 +01:00
braks
1a0d7e4b72 chore(tests): upgrade cypress to latest
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-01-07 18:29:42 +01:00
braks
31e3a8cb71 tests: update selector
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-25 17:38:56 +01:00
braks
000dd5c9ba refactor: replace additional-components package occurrences
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2022-12-13 15:29:00 +01:00
braks
7dfc5f97e0 test: use default element types in check 2022-11-08 12:53:13 +01:00
braks
559daf0a20 test: add defaultEdgeOptions test 2022-11-08 12:53:13 +01:00
braks
047e1fec7d chore(tests): upgrade vitejs plugin-vue to latest 2022-11-06 19:20:39 +01:00
braks
e9943d52ab test: correct drag test position 2022-11-06 12:12:44 +01:00
braks
ea9da0adb7 refactor(core): use flowElements type as arg for removeSelectedElements 2022-10-14 21:13:39 +02:00
braks
e0016db07a tests: properly check element transforms 2022-10-13 23:23:43 +02:00
braks
5aa94e2e13 tests: add tryAssertion command to replace cy.wait 2022-10-13 23:23:43 +02:00
braks
0613350554 tests: add viewpane tests 2022-10-13 23:23:43 +02:00
braks
655a27d572 tests: add connectOnClick test 2022-10-13 23:23:43 +02:00
braks
f7dd7f1803 tests: search edges for random data 2022-10-10 21:33:44 +02:00
braks
c1bcc02797 refactor(additional-components): move additional components into separate pkg 2022-10-08 23:25:34 +02:00
braks
8567e3733b refactor: change pkg scope to vue-flow 2022-10-08 23:25:34 +02:00
braks
26b251886e tests: add additional components tests 2022-10-08 23:25:34 +02:00
braks
ef11069102 tests: add delete key code tests 2022-10-08 23:25:34 +02:00
braks
145d934af8 tests: add selection key code tests 2022-10-08 23:25:34 +02:00
braks
fd8061ddcc tests: small delay when checking removed elements 2022-10-08 23:25:34 +02:00
braks
b547a1fb0c tests: rename flow dir to vue-flow 2022-10-08 23:25:34 +02:00
braks
a6b6a83eb6 tests: defer checking for selected elements 2022-10-08 23:25:34 +02:00
braks
7eb6c5216f tests: cleanup unused imports 2022-10-08 23:25:34 +02:00
braks
664953b537 tests: update drag test position 2022-10-08 23:25:34 +02:00
braks
ca29a08d52 tests: check all nodes/edges for selected class 2022-10-08 23:25:34 +02:00
braks
160173384c tests: correct selected elements calculation 2022-10-08 23:25:34 +02:00
braks
438ad57502 tests: add default type to generated nodes 2022-10-08 23:25:34 +02:00
braks
f9cd9051d8 tests: update remove action tests 2022-10-08 23:25:34 +02:00
braks
9168d7bd75 fix(store): remove action not properly removing elements 2022-10-08 23:25:34 +02:00
braks
d7ce835099 chore(test): increase wheel delta 2022-10-07 22:55:38 +02:00
braks
1526ecd1f1 feat(test): add update edge tests 2022-10-07 22:55:38 +02:00
braks
72dd98b464 fix(tests): zoom action tests to check for containing str 2022-10-07 22:55:38 +02:00
braks
e429fdf6c2 feat(tests): add connecting nodes test 2022-10-07 22:55:38 +02:00
braks
63dae2cd05 feat(tests): add dragging nodes test 2022-10-07 22:55:38 +02:00
braks
6e0c0c7768 refactor(tests): move test files 2022-10-07 22:55:38 +02:00
braks
9fde0bc1af feat(edges): add connection line action tests 2022-10-07 22:55:38 +02:00
braks
fa5b5da740 feat(tests): add update edge test 2022-10-07 22:55:38 +02:00
braks
3770083618 feat(tests): add set min/max zoom action tests 2022-10-07 22:55:38 +02:00
braks
e3327ebea3 feat(tests): add remove selected elements action tests 2022-10-07 22:55:38 +02:00
braks
c5291e7ab1 chore(tests): update test vite conf 2022-10-07 22:55:38 +02:00
braks
8ee8996be9 chore(tests): update cypress scripts 2022-10-07 22:55:38 +02:00
braks
cc4a007254 feat(tests): add selected elements action tests 2022-10-07 22:55:38 +02:00
braks
9f59be7afa feat(tests): add tests for add, find & remove actions 2022-10-07 22:55:38 +02:00
braks
e81bea1637 feat(tests): add default command timeout of 1000 2022-10-07 22:55:38 +02:00
braks
dc30ef4805 feat(tests): add vue flow mount command 2022-10-07 22:55:38 +02:00
braks
8928eb899b refactor(tests): Upgrade to cypress 10 2022-10-07 22:55:38 +02:00
braks
ce77bc5d64 chore(deps): upgrade dependencies 2022-07-27 22:49:00 +02:00
bcakmakoglu
0373dae236 tests: update import path for utils 2022-06-03 19:32:46 +02:00
bcakmakoglu
c07069dcd0 refactor: replace yarn with pnpm as package manager 2022-06-01 21:58:03 +02:00