-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: e2e #112
base: development
Are you sure you want to change the base?
Fix: e2e #112
Conversation
There's one failing still |
@0x4007 Fixed the failing test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine on CD and CI is green.
@gentlementlegen The lock icon is called |
@nick-dev123 I meant that the "login button" should not be there, as I am logged in. Do you have this happening as well? |
Can't not reproduce, the login button is hidden when I'm logged in. @nick-dev123 Could you merge the latest |
@rndquu done |
@@ -37,12 +37,14 @@ export async function displayGitHubUserInformation(gitHubUser: GitHubUser) { | |||
window.location.reload(); | |||
}); | |||
|
|||
containerDivElement.appendChild(authenticatedDivElement); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct to append? I expected only changes to tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nick-dev123 Why was the UI updated?
@nick-dev123, this task has been idle for a while. Please provide an update. |
1 similar comment
@nick-dev123, this task has been idle for a while. Please provide an update. |
Resolves #109
Removes obsolete tests:
New tests: