Fix wrong "count" key word in contacts, and add test for variables in
device info endpoint.
Disabled test jira:
5906 - test_calendar_events.py
5907 - test_connection_security.py
5908 - test_dom_dump.py
5909 - test_usb_echo.py
This PR provides a harness test of a current stage `Bluetooth` pairing
functionality. That is provided a `Bluetooth` device name, test logic:
* navigates to a appropriate window
* scans for devices available
* navigates over appropriate device and check's if it is focused
Pagination added for contact endpoint.
Introduced PagedContext and query message for contacts that returns
the required contacts together with the number of all contacts in db.
Introducing changes according to new messages endpoint api
proposal doc. All request have been updated, and some new were added.
Harness tests were updated too. These changes will be followed up with
pagination implementation.
Includes following test scenarios:
EGD-5568: Test longpress exit from messages to home
EGD-5570: Test input basic emoji to text and then text - and
verify text is right
EGD-5571: Test add special character to SMS body
EGD-5601: Test forward message
EGD-5602: Test write long message
EGD-5603: Test click send template
EGD-5604: Test select and resend not send sms
EGD-5605: Test send sms via phonebook
Add send message test (long sms, special characters)
[EGD-5322] Add send message test (long sms, special characters)
Add send message test (long sms, special characters)
There is no functional tests related to the Bluetooth. As the
refactor is on the way,we need to have a tool to check if it works
By the way fixed worker deinit
Add test utility to update firmware via USB (service-desktop API)
Add timeout to harness port discovery
[EGD-5240] Add common timeout to python test harness
General purpose timeout based on signals library
[EGD-5239] Preserve 1Phone testing
In the long run test harness requires two phones,
but allow for one phone to still pass some test cases
A test asserts, that the first phone can call the second phone by
the number.
Another test asserts, that the seconds phone can call the first phone
back
-Create providers object
-Change endpoints data message structure to json object
-Extend ical format validation
-Extend service desktop tests for calendar endpoints
Polish README, so it works 1:1.
Rename method, so it blends better with its calls.
Delete old code, leave phone unlock.
Try not to see this random GCC 10 fix here.
Test harness extended with additional tests:
- Making a call to a specific phone number.
- Calling back to the last number from the call log.
- Searching for SMSes with a phone number filter.