Commit Graph

133 Commits

Author SHA1 Message Date
André Castro
9128a2dde8
Refactor: Remove the old user status (reaction/emoji) (#20455)
* Refactor: Remove the old user status (reaction/emoji)

* Update settings.yml

* test: remove old user status testing code related

---------

Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-06-26 15:40:18 -03:00
Gabriel Porfirio
2fea9fdc62 adds flaky flag to the failing test 2024-06-14 08:48:02 -03:00
Anton B
3e248878f7 test: flag tests to run in CI 2024-05-14 18:07:58 -03:00
Anton B
1d90a8e966 test: remove "write closed captions" test 2024-05-02 10:06:49 -03:00
Anton B
04c17a59cd test: remove "pick random user" test 2024-05-02 08:58:18 -03:00
Gabriel Porfirio
4dc517e32d changed createParameter to joinParameter 2024-03-21 10:22:02 -03:00
Gabriel Porfirio
cd13a8d3e9 Revert "changed from createparamter to joinparameter"
This reverts commit bc0082d947.
2024-03-21 10:09:25 -03:00
Gabriel Porfirio
bc0082d947 changed from createparamter to joinparameter 2024-03-21 10:06:32 -03:00
Gabriel Luiz Porfirio
85f7110a7b
Merge branch 'v3.0.x-release' into avoid-unrelated-notifications 2024-03-15 09:06:59 -03:00
Gabriel Porfirio
07966dd336 avoid notifications on parameter and user test 2024-03-15 08:56:35 -03:00
Ramón Souza
c91108c2a5
Merge pull request #19747 from antonbsa/global-test-hook
test: Add global test hook
2024-03-14 13:49:40 -03:00
Gabriel Porfirio
7f36f22e9c avoid presentation notifications 2024-03-13 10:28:39 -03:00
Tainan Felipe
f868fc07ea Merge branch 'migrate-user-to-graphql' of github.com:Tainan404/bigbluebutton into migrate-user-to-graphql 2024-03-12 19:25:15 -03:00
Anton B
5a040e69a7 test: skip 'select random user' test 2024-03-12 16:58:22 -03:00
Ramón Souza
e54cfd657c
Merge pull request #19708 from gabriellpr/ext-flaky-tests
test: fix whiteboard tests
2024-03-12 10:50:45 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL (#19507) 2024-03-06 14:28:18 -03:00
Anton B
712e12283b test: add an auto-run global hook for each test to close the context used at the end of the execution and dinamically set the context property in the Page object 2024-03-06 11:26:03 -03:00
Gabriel Porfirio
ef7835fa82 update screenshot lock viewers annotations 2024-03-04 15:27:04 -03:00
Gabriel Porfirio
08b9e72198 remove .only from user test 2024-03-01 16:52:29 -03:00
Gabriel Porfirio
57f0e6b2ab rm flaky flag user test 2024-02-27 11:45:04 -03:00
KDSBrowne
cc7aff8686
Feat: Migrating to Tldraw v2 (Alpha v18) on 3.0 (#19268)
* initial tldraw v2 alpha 18 with graph-ql

* add @apollo/client

* update whiteboard test element

* update whiteboard test elements

* update whiteboard test elements

* load .tldr file shapes into bbb

* temporarily disable infinite canvas limit in client

* disabling failing tests on ci

* restore poll results on whiteboard

* restore hideViewerCursor functionality

* disabling failing tests that needs to be updated

---------

Co-authored-by: Gabriel Porfirio <gabrielporfirio1994@gmail.com>
2023-12-05 15:15:25 -03:00
Gabriel Porfirio
ffc07c03e9 fix lock viewers annotations test 2023-11-29 14:00:12 -03:00
Ramón Souza
8849c257e7
Merge pull request #19086 from gabriellpr/test-fail-improvoment
test: Improvement test.fail
2023-11-22 15:35:16 -03:00
Gabriel Porfirio
fc4df4ea5b removing await 2023-11-16 09:00:22 -03:00
Gabriel Porfirio
f1bbad94b5 adding flaky flag to failing test on ci 2023-11-15 11:36:58 -03:00
Ramón Souza
1c636c4cce
Merge pull request #19004 from gabriellpr/test-timer
test: Timer and stopwatch
2023-11-15 10:03:15 -03:00
Gabriel Porfirio
81171e52ce few changes to check if the elements are rendered 2023-11-14 17:15:26 -03:00
Gabriel Porfirio
1ea6aaa2c1 test.fail improvements 2023-11-08 08:50:16 -03:00
Gabriel Porfirio
964871c8c5 removing flaky flag for passing tests 2023-11-02 15:51:51 -03:00
Gabriel Porfirio
e274cb595b few improvements on the test 2023-10-25 17:29:52 -03:00
Gabriel Porfirio
2fa23ca5b3 adds check for typing indicator 2023-10-06 09:09:20 -03:00
Gabriel Porfirio
d1c101c14b skipping failing test on ci 2023-10-03 09:21:55 -03:00
Gabriel Porfirio
b11a39852f changing publichat to hidepublicchat 2023-09-26 16:41:58 -03:00
Gabriel Porfirio
a731c5ad34 removes @flaky in lock viewers test 2023-09-26 10:07:32 -03:00
Gabriel Porfirio
c77579364c fix few simple tests 2023-09-25 14:40:11 -03:00
Gabriel Porfirio
4df2b97df1 fixes for multiusers tests 2023-09-15 16:38:43 -03:00
Gabriel Porfirio
5efea0cc12 fixing multiusers tests 2023-09-13 17:11:15 -03:00
Gustavo Trott
5eb04aab91 Resolve conflicts 2023-08-30 15:31:32 -03:00
Gabriel Porfirio
a413ffc89d adding flaky tag to failing tests on ci 2023-08-23 17:47:11 -03:00
Anton B
b4dd99299a test: 2.7 tests fixes 2023-08-22 17:25:50 -03:00
Gustavo Trott
3758dd89e2 Merge 2.7 into Develop 2023-07-31 11:24:25 -03:00
Anton B
03aa9d3bec test: update all raise and lower hand related tests 2023-07-24 18:07:51 -03:00
Gabriel Luiz Porfirio
c07f7efba0
Update string
Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
2023-07-17 13:51:59 -03:00
Gabriel Porfirio
f30661127a fixing set status test 2023-07-17 11:32:52 -03:00
Gabriel Porfirio
b71a6f3f66 small changes 2023-07-05 10:05:57 -03:00
Gabriel Porfirio
a1e14131af refactoring and adding two tests for lock viewers 2023-07-04 15:01:19 -03:00
Gabriel Porfirio
8952a2ff4f lock viewers refactored 2023-07-03 10:01:05 -03:00
Anton Georgiev
672add0655
Merge pull request #17948 from antonbsa/inc-ci-test
test: Increase tests running on CI
2023-05-25 12:17:54 -04:00
Gabriel Porfirio
69ad11434d audio tests, serial mode support 2023-05-19 11:22:51 -03:00
Anton Barboza
f9dbbcfd72 test: increase the amount of tests for CI runs 2023-05-19 10:11:24 -03:00