Skip to content

Localazy Download #6958

Localazy Download

Localazy Download #6958

Triggered via pull request September 6, 2023 17:00
Status Failure
Total duration 4m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
loading: › Clean load with no stored credentials: › should follow the original link after successful login: test/app-tests/loading-test.tsx#L634
TestingLibraryElementError: Unable to find an element with the text: Sign In, which matches selector '.mx_Login_submit'. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="mx_AuthPage" > <div class="mx_AuthPage_modal" > <div class="mx_AuthHeader" > <aside class="mx_AuthHeaderLogo" > Matrix </aside> <div class="mx_Dropdown mx_LanguageDropdown mx_AuthBody_language" > <div aria-describedby="mx_LanguageDropdown_value" aria-expanded="false" aria-haspopup="listbox" aria-label="Language Dropdown" aria-owns="mx_LanguageDropdown_input" class="mx_AccessibleButton mx_Dropdown_input mx_no_textinput" role="button" tabindex="0" > <div class="mx_Dropdown_option" id="mx_LanguageDropdown_value" > <div> English </div> </div> <span class="mx_Dropdown_arrow" /> </div> </div> </div> <main class="mx_AuthBody" > <h1> Sign in </h1> <div class="mx_ServerPicker" > <h2> common </h2> <div aria-label="common" class="mx_AccessibleButton mx_ServerPicker_help" role="button" tabindex="0" /> <span class="mx_ServerPicker_server" title="http://my_server" > http://my_server </span> <div class="mx_AccessibleButton mx_ServerPicker_change mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link" role="button" tabindex="0" > action </div> </div> <div> <form> <div class="mx_Login_type_container" > <label class="mx_Login_type_label" > Sign in with </label> <div class="mx_Field mx_Field_select" > <select id="mx_Field_1" type="text" > <option value="login_field_mxid" > common </option> <option value="login_field_email" > Email address </option> <option value="login_field_phone" > Phone </option> </select> <label for="mx_Field_1" /> </div> </div> <div class="mx_Field mx_Field_input" > <input autocomplete="username" class="focus-visible" data-focus-visible-added="" id="mx_LoginForm_username" label="common" name="username" placeholder="common" type="text" value="user" /> <label for="mx_LoginForm_username" > common </label> </div> <div class="mx_Field mx_Field_input" > <in
loading: › Guest auto-registration: › Login as user › should give us a login page: test/app-tests/loading-test.tsx#L547
TestingLibraryElementError: Unable to find an element with the text: Sign In. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="mx_AuthPage" > <div class="mx_AuthPage_modal" > <div class="mx_AuthHeader" > <aside class="mx_AuthHeaderLogo" > Matrix </aside> <div class="mx_Dropdown mx_LanguageDropdown mx_AuthBody_language" > <div aria-describedby="mx_LanguageDropdown_value" aria-expanded="false" aria-haspopup="listbox" aria-label="Language Dropdown" aria-owns="mx_LanguageDropdown_input" class="mx_AccessibleButton mx_Dropdown_input mx_no_textinput" role="button" tabindex="0" > <div class="mx_Dropdown_option" id="mx_LanguageDropdown_value" > <div> English </div> </div> <span class="mx_Dropdown_arrow" /> </div> </div> </div> <main class="mx_AuthBody" > <h1> Sign in <div class="mx_Login_loader" > <div class="mx_Spinner" > <div aria-label="common" class="mx_Spinner_icon" data-testid="spinner" role="progressbar" style="width: 32px; height: 32px;" /> </div> </div> </h1> <div class="mx_ServerPicker" > <h2> common </h2> <div aria-label="common" class="mx_AccessibleButton mx_ServerPicker_help" role="button" tabindex="0" /> <span class="mx_ServerPicker_server" title="http://my_server" > http://my_server </span> <div class="mx_AccessibleButton mx_ServerPicker_change mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link" role="button" tabindex="0" > action </div> </div> <span class="mx_AuthBody_changeFlow" > <span> New? <div class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline" role="button" tabindex="0" > Create account </div> </span> </span> </main> </div> <footer class="mx_AuthFooter" role="contentinfo" > <a href="https://matrix.org" rel="noreferrer noopener" target="_blank" > powered by Matrix </a> </footer> </div> </div> </body> at Object.getElementError (node_modules/@testing-library/dom/dist/config.js:37:19) at node_modules/@testing-library/dom/dist/query-helpers.js:76:38 at node_modules/@testing-library/dom/dist/query-helpers.js:109:15 at Object.getAllByText (test/app-tests/loading-test.tsx:547:24)
Jest
Process completed with exit code 1.