Commit Graph

20 Commits

Author SHA1 Message Date
Oleksandr Zhurbenko
97c854a003 Fixed example tests 2017-11-03 10:59:54 -07:00
Oleksandr Zhurbenko
25466b30a7 Fixed console warnings in the modals.spec.js 2017-10-30 11:39:48 -07:00
Oleksandr Zhurbenko
17b988c35e Moved an acceptance test to the subfolder under /specs 2017-10-27 13:32:32 -07:00
Oleksandr Zhurbenko
0d50bcbfe1 Added waitForExist for the Unmute button to prevent race condition 2017-10-27 13:02:00 -07:00
Maxim Khlobystov
60d35d845a Setup the base URL. 2017-10-27 17:10:31 +00:00
Maxim Khlobystov
ecfed1a728 Initial setup work for visual regression testing. 2017-09-18 21:09:21 -04:00
Maxim Khlobystov
9a8a4a2a5e Added an instance of the mobile Chrome (iPhone 6). 2017-08-28 11:52:15 -04:00
Maxim Khlobystov
0d7072f6c7 Put the logic of typing a username into a separate function, thus avoiding repetition. 2017-08-21 14:29:25 -04:00
Maxim Khlobystov
397a94b1c9 Put the assertion logic that browsers share into a separate utility class, thus avoiding unnecessary code repetition + we are now fetching the base url from the wdio config (not hardcoded anymore). 2017-08-16 12:31:49 -04:00
Maxim Khlobystov
511529c93f Cleanup: removing some debug code. 2017-08-15 11:02:10 -04:00
Maxim Khlobystov
723532c4a4 Increased the Jasmine default timeout to prevent async-related errors when running the tests on desktop Ubuntu. 2017-08-15 10:44:19 -04:00
Maxim Khlobystov
8379d5207c Updated all the existing landing page specs to support mutiremote mode. 2017-08-14 12:30:14 -04:00
Maxim Khlobystov
03373b5abe Make sure the acceptance tests that involve keyboard are not executed on Firefox
This commit prevents logging with Enter key from happening in Firefox tests. There's a well-known bug associated with browser.keys() on Firefox. We add an additional check to the Login test specs to prevent that from happening.
2017-06-05 23:42:33 +00:00
Maxim Khlobystov
48b5ca32cb Translate the page object classes to ES6 2017-06-03 01:27:29 +00:00
Maxim Khlobystov
584d15d7c6 Fix the JSCS errors introduced by the new testing code 2017-06-03 00:25:39 +00:00
Maxim Khlobystov
220fa275b4 Add two test cases to verify that user can't enter the client without a username
This commit does the following:
- Adds two specs to test the landing page behaviour with no username entered (clicking the Join button or pressing Enter key)
- Fixes the test case that checks the landing page title (it previously didn't really do the job)
2017-05-22 02:38:42 +00:00
Maxim Khlobystov
d69fc3bfaa Test both ways of joining HTML5 client from the landing page: clicking the Join button and pressing Enter
This commit improves the landing page test spec by introducing the way to enter the client by pressing Enter. We also temporarily switch to Chrome in the main config file due to the bug in Geckodriver that doesn't allow us to use keyboard keys.
2017-05-22 01:56:02 +00:00
Maxim Khlobystov
0535edf6c1 Upgrade the landing page test to enter the actual HTML5 client
This commit adds the action of submitting the landing page form to the test spec.

Note: Geckodriver 0.11.1 has a bug that prevents running our landing page test on Firefox 5.3 (version 5.2 works fine).
2017-05-16 03:15:22 +00:00
Maxim Khlobystov
0c41baa439 Setup wdio + Finish the dummy landing page title test
This commit adds the config file for the wdio test runner. Using the packaged runner instead of the particular Jasmine runner allows us to do the following:
- Use the global browser object (simplifies access to the Selenium methods from any particular assertion)
- Avoid installing Jasmine globally

The dummy landing page title test actually does the job now.
2017-05-15 01:29:00 +00:00
Maxim Khlobystov
2013109236 Do initial WebdriverIO setup + Add dummy landing page title test
This commit adds 2 packages:
    - WebdriverIO main package
    - Jasmine integration for WebdriverIO

Dummy landing page spec is created (supposed to test the title, but doesn't actually do that yet). This new spec follows the Page Object pattern.
2017-05-14 03:52:43 +00:00