You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
webui: Migrate database settings page to use React
Also remove custom CSS code from the page. This also affects some other
parts of the site, mostly tables, but makes the page design more
Bootstrap standard and easier to maintain.
cy.get('input[name="shareperm-third"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('input[name="shareperm-third"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('input[name="shareperm-second"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('input[name="shareperm-default"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('input[name="shareperm-default"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('input[name="shareperm-first"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
// Note - scrollIntoView() seems like it should work instead of forcing this click on Firefox. But it doesn't.
102
-
cy.get('[data-cy="lic-stuff-CC0"]').click({force: true})// Firefox sizing seems to have this *slightly* clipped, but otherwise usable
102
+
cy.get('[name="stuff-licence"]').parents('.react-dropdown-select').find('.react-dropdown-select-dropdown').find('span').contains('CC0').click({force: true})// Firefox sizing seems to have this *slightly* clipped, but otherwise usable
cy.get('[name="shareperm-first"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
cy.get('[name="shareperm-third"]').parents('.react-dropdown-select').find('.react-dropdown-select-item').contains('Read and write').click({force: true})
0 commit comments