Commit Graph

126 Commits

Author SHA1 Message Date
Anton Barboza de Sá
04b86c12a9
test: Update test steps that frequently fail in CI (#21267)
- Share camera: removes unnecessary check for "connecting" element;
- Send presentation with annotation: Removes check for toast notification after sending the file - doesn't show anymore
- Zoom: bug spotted. test flagged as flaky and issue opened + linked
2024-09-26 10:51:00 -03:00
Anton Barboza de Sá
2ea0c926b2
test: add flaky flag on presentation tests (#21218) 2024-09-19 11:55:13 -03:00
KDSBrowne
23a9f089fa
fix(whiteboard): First wheel zoom always going to top left corner (#21011)
* fix first wheel zoom always going to top left corner

* focus button zoom on center of page after wheel zoom

* test: update zoom test to avoid snapshot miscomparisons when zooming in and out

* test: fix usage of hasText function params

---------

Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-09-10 14:38:55 -03:00
Anton Barboza de Sá
6564659750
test: All param tests on ci (#20878)
* test: all param tests on ci

* test: remove check for notification on parameter test

* test: remove 'Force restore presentation on new poll result' test - keep only one using the parameter -, fix selector and add all necessary assertions for the cases when the presentation should be restored

* test: enable param test in CI

* test: update tests tagging
2024-08-23 14:32:58 -03:00
Gabriel Porfirio
946f7de4d3 skip tests related to external video 2024-08-09 09:17:57 -03:00
Gabriel Luiz Porfirio
aa57d4528b
test: Add message to the test expect (#20718)
* first steps

* few messages added

* added more messages to the failed tests

* layouts,notifications

* more messages to help

* adding messages to the upload other presentations format

* messages for upload multiple presentation test

* added most of the expect messages

* updates for merging

* fixed broken tests
2024-07-30 18:49:02 -04:00
Gabriel Luiz Porfirio
2e9134a02f
test: fix upload presentation tests (#20317)
* presentation upload test fix

* removing .only

* remove flaky flag

* updating presentation screenshots

* update screenshots

* Update bigbluebutton-tests/playwright/presentation/presentation.js

Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>

* adding the tests to run on ci

* updated presentation screenshots

* added the setHeightWidthViewPOrt funcion

* skip check screenshot on ci

* Update bigbluebutton-tests/playwright/presentation/presentation.js

Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>

* compare image url to check if presentation has changed

* update screenshots

* change function used when close notifications

---------

Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
2024-07-30 15:10:11 -03:00
Anton B
7a66f58d6c test: rewrite test tagging 2024-07-08 10:42:57 -03:00
Anton B
55568618ca test: update presentation test checks 2024-05-15 15:12:45 -03:00
Anton B
3e248878f7 test: flag tests to run in CI 2024-05-14 18:07:58 -03:00
Gabriel Porfirio
6113a68619 removed params from getYoutubeFrame function 2024-04-19 16:05:13 -03:00
Gabriel Porfirio
17b61c4f90 getFrame to getYoutubeFrame 2024-04-19 11:31:59 -03:00
Anton B
5ae2e242f7 (test): Updates for Poll creation migration changes
* Update selectors;
* Add more checks on the create poll function;
* Add steps to prevent failures in serial mode runs;
* Add missing timeout on direct locator methods;
* Fix step order on test to publish results in a different presentation;
* Re-enable user response poll test in CI;
2024-04-03 15:57:31 -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
8a51f7c52a adds the flaky flag to the failing tests 2024-02-09 10:32:55 -03:00
Gabriel Porfirio
5cfae52bbf Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-presentation-polling-test 2024-02-08 13:53:02 -03:00
Gabriel Porfirio
7e8bde03c1 fix few polling, presentation, parameter test 2024-02-02 08:37:28 -03:00
Gabriel Porfirio
58b4ad5e89 fix polling presentation test 2024-01-31 13:39:51 -03:00
Gabriel Porfirio
f5cbad283c removes .only 2024-01-29 09:25:45 -03:00
Gabriel Porfirio
32d18be268 rm flaky flag skip slide test 2024-01-25 13:49:04 -03:00
Anton Barboza de Sá
d30b806b47
test: Fix no-flaky tests and properly set the execution mode (#19436)
* test: fix shortcuts, add flaky flag for test requiring graphql data, fix slide change for tldraw v2

* test: properly set the execution mode

* test: use isMultiUser parameter inside options obj

* test: fix banner color test

* test: increase breakout test timeouts for user joining room

* test: redo the change in the hide presentation on join test

* test: change hide presentation steps and add flaky flag on it
2024-01-19 13:42:01 -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
49ddee0a2b turning back to default value 2023-11-30 14:23:48 -03:00
Gabriel Porfirio
ffc07c03e9 fix lock viewers annotations test 2023-11-29 14:00:12 -03:00
Gabriel Porfirio
3bc56d74d2 fix the upload presentation test 2023-11-29 09:06:03 -03:00
Gabriel Porfirio
433e5d3094 Adds flaky flag to failing test 2023-11-23 10:44:14 -03:00
Gabriel Porfirio
fc4df4ea5b removing await 2023-11-16 09:00:22 -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
7f13708bf4 changing fake video 2023-10-25 11:09:17 -03:00
Gabriel Porfirio
7c06dc3025 Merge remote-tracking branch 'upstream/v3.0.x-release' into fake-video-test 2023-10-24 10:34:49 -03:00
Gabriel Porfirio
adaea32aee linked issue related to the diff between screenshots in ci and local machine 2023-10-18 16:00:22 -03:00
Gabriel Porfirio
60a2d0ab2a increasing uploadtoast timeout 2023-10-18 14:17:19 -03:00
Gabriel Porfirio
fdc4252893 changing screenshots 2023-10-18 11:18:33 -03:00
Gabriel Porfirio
d72a1ae99c updating presentations screenshots 2023-10-17 14:24:00 -03:00
Gabriel Porfirio
358d4d0d75 fake-video to improve tests, and share camera as content test 2023-10-17 09:32:36 -03:00
Gabriel Porfirio
2f605c5de3 zoom test working fine 2023-09-26 13:47:18 -03:00
Gabriel Porfirio
fae7762a14 fixing share external video test 2023-09-26 11:15:11 -03:00
Gabriel Porfirio
0528e41d9b fixing all presentation tests 2023-09-18 13:39:59 -03:00
Gabriel Porfirio
dcbbd1f9c7 start the fixes for presentation tests 2023-09-15 13:38:20 -03:00
Gustavo Trott
5eb04aab91 Resolve conflicts 2023-08-30 15:31:32 -03:00
Gabriel Porfirio
3b6a80c952 fixing screenshots from upload diff formats of presentation 2023-08-30 11:33:14 -03:00
Anton Georgiev
c0002ab2ab
Merge pull request #18416 from gabriellpr/test-diff-presentation-format
test: Add more types of presentation to upload
2023-08-29 14:39:07 -04:00
Gabriel Porfirio
5b73de89a1 fixing failing test on ci 2023-08-25 13:45:07 -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
Gabriel Porfirio
146a226976 few changes on the slide 2023-08-11 11:02:10 -03:00
Gabriel Porfirio
1b5d29b244 adding @ci to the test 2023-08-10 16:10:50 -03:00
Ramón Souza
866c40f84f Merge remote-tracking branch 'upstream/v2.6.x-release' into 2627-aug10 2023-08-10 11:49:01 -03:00
Anton B
b68dbc6832 test: re-add zoom test 2023-08-08 15:13:32 -03:00