-
Notifications
You must be signed in to change notification settings - Fork 159
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
separate the sidebar completetly into an own pageObject #2677
Comments
blocked by #2515 |
@kiranparajuli589 @swoichha @haribhandari07 how far are we with this? Is it done? |
Page Objects splitted so far: We can have more splits on public link and collaborator dialogs like making separte PO for dialogs to view shares log and forms to add shares. |
Then lets close for now, more splitting is not priority currently |
Noticed while working on fixing tests for #2515
The sidebar xpath and work is scattered in different pageobjects: filesPage, filesList, appSideBar
consolidate and combine it all in a single object. Maybe we even need multiple objects for the different tabs.
This should be done on top of #2515 , because that PR changes the sidebar a lot
The text was updated successfully, but these errors were encountered: