anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

Fixed logout position #1063

Open priyanshurohilla opened 4 years ago

priyanshurohilla commented 4 years ago

Description

Fixed logout position

Fixes #1031

Type of Change:

Delete irrelevant options.

Code/Quality Assurance Only

How Has This Been Tested?

tests have been performed locally

Checklist:

Delete irrelevant options.

Code/Quality Assurance Only

priyanshurohilla commented 4 years ago

@priyanshurohilla codewise LGTM! Can you please try re-runing the build here?

@Kajol-Kumari Can you please tell me how do i re-run the build?

Kajol-Kumari commented 4 years ago

@priyanshurohilla codewise LGTM! Can you please try re-runing the build here?

@Kajol-Kumari Can you please tell me how do i re-run the build?

@priyanshurohilla pushing a new commit will re-run the build automatically.

priyanshurohilla commented 4 years ago

@priyanshurohilla codewise LGTM! Can you please try re-runing the build here?

@Kajol-Kumari Can you please tell me how do i re-run the build?

@priyanshurohilla pushing a new commit will re-run the build automatically.

@Kajol-Kumari So is it like I hard reset git then i again make the changes and push it?

Kajol-Kumari commented 4 years ago

@priyanshurohilla you can just make minor change like putting a space in this line before and after {% trans "Log Out" %} , commit the change and push it to the branch with which you have made this PR.

keshakaneria commented 4 years ago

@priyanshurohilla Are you still working on the issue assigned and changes requested?

priyanshurohilla commented 4 years ago

Yes it is done, I will open the commit again

priyanshurohilla commented 4 years ago

@priyanshurohilla you can just make minor change like putting a space in this line before and after {% trans "Log Out" %} , commit the change and push it to the branch with which you have made this PR.

@Kajol-Kumari Again the same issue is coming

keshakaneria commented 4 years ago

@Kajol-Kumari Again the same issue is coming

Any updates @priyanshurohilla?

priyanshurohilla commented 4 years ago

@Kajol-Kumari Again the same issue is coming

Any updates @priyanshurohilla?

I made the changes as suggested by @Kajol-Kumari and made the commit , but the build is being failed again. I dont know what is happening

keshakaneria commented 4 years ago

@Kajol-Kumari Again the same issue is coming

Any updates @priyanshurohilla?

I made the changes as suggested by @Kajol-Kumari and made the commit , but the build is being failed again. I dont know what is happening

The build is failing due to this error by ../tests/test_login.py. Did you try to run the tests? Try once in your local to run the tests and solve the error and push it again

Kajol-Kumari commented 4 years ago

Hey @priyanshurohilla your build is failing 'coz of this line. As you can see the assertion Error here, you need to make the changes in this test.

priyanshurohilla commented 4 years ago

Hey @priyanshurohilla your build is failing 'coz of this line. As you can see the assertion Error here, you need to make the changes in this test.

@Kajol-Kumari Can you suggest me which changes to make?

Kajol-Kumari commented 3 years ago

Hey @priyanshurohilla your build is failing 'coz of this line. As you can see the assertion Error here, you need to make the changes in this test.

@Kajol-Kumari Can you suggest me which changes to make?

Hey @priyanshurohilla changing this line to self.live_server_url + PageUrls.homepage will resolve this issue but the server isn't giving the correct response here. so i would recommend you to spend some time to figure out why the response isn't coming as expected by this test case.

\cc: @satya7289

keshakaneria commented 3 years ago

Any updates?

keshakaneria commented 3 years ago

@priyanshurohilla Are you done with the changes?

keshakaneria commented 3 years ago

Did you run the test_change_password test? It has errors which is why the build is failing.

priyanshurohilla commented 3 years ago

I did the changes as suggested by @Kajol-Kumari .I seriously can't understand this was such an easy issue, why is it giving such errors I don't know

keshakaneria commented 3 years ago

Are you still figuring this out? @priyanshurohilla