Page MenuHomePhorge

Add 2FA and Activesync SKUs
ClosedPublic

Authored by machniak on Mar 25 2020, 12:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 6:49 PM
Unknown Object (File)
Thu, Mar 28, 11:20 PM
Unknown Object (File)
Wed, Mar 27, 6:31 PM
Unknown Object (File)
Mar 17 2024, 3:30 PM
Unknown Object (File)
Mar 17 2024, 7:49 AM
Unknown Object (File)
Mar 1 2024, 2:44 PM
Unknown Object (File)
Feb 20 2024, 2:04 PM
Unknown Object (File)
Feb 1 2024, 8:17 PM
Subscribers
None

Details

Summary

Only SKUs added with a code to handle interactions between subscriptions in the UI

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.

This now fails twice in a row, both on Tests\Browser\LogonTest::testLogonSuccessful: Saw unexpected element [body #status-box].

This now fails twice in a row, both on Tests\Browser\LogonTest::testLogonSuccessful: Saw unexpected element [body #status-box].

And then it didn't, but failed on 3 different tests;

There was 1 error:

1) Tests\Browser\StatusTest::testUserStatus
Facebook\WebDriver\Exception\NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"body #user-list table tbody tr:first-child td:first-child svg.fa-user.text-success"}
  (Session info: headless chrome=79.0.3945.130)
(...)
There were 2 failures:

1) Tests\Feature\Jobs\UserVerifyTest::testHandle
Unable to verify the IMAP account is set up in time
Failed asserting that false is true.

/home/vanmeeuwen/devel/src/apheleia/kolab.git/src/tests/Feature/Jobs/UserVerifyTest.php:60

2) Tests\Browser\UsersTest::testInfo
Did not see expected text [2-Factor Authentication] within element [body #user-info form #user-skus tbody tr:nth-child(4) td.name].
Failed asserting that false is true.
This revision is now accepted and ready to land.Mar 25 2020, 1:01 PM
This revision was automatically updated to reflect the committed changes.