2021-08-03 06:25:13 +00:00
|
|
|
import "@testing-library/jest-dom";
|
|
|
|
|
2020-05-21 02:20:55 +00:00
|
|
|
document.body.setAttribute("data-basepath", "");
|
2021-12-01 03:32:58 +00:00
|
|
|
document.body.setAttribute("data-duoselfenrollment", "true");
|
2020-11-16 09:58:29 +00:00
|
|
|
document.body.setAttribute("data-rememberme", "true");
|
|
|
|
document.body.setAttribute("data-resetpassword", "true");
|
2022-04-04 07:46:55 +00:00
|
|
|
document.body.setAttribute("data-resetpasswordcustomurl", "");
|
2021-01-20 12:07:40 +00:00
|
|
|
document.body.setAttribute("data-theme", "light");
|