Bug 21295

Summary: Update selenium tests for Admin pages bootstrap updates
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Test SuiteAssignee: Nick Clemens (kidclamp) <nick>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, martin.renvoize, oleonard
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 20736    
Bug Blocks:    
Attachments: Bug 21295: Update selenium tests for admin bootstrap changes
Bug 21295: Update selenium tests for admin bootstrap changes

Description Nick Clemens (kidclamp) 2018-08-30 19:43:18 UTC
Changing admin pages to bootstrap changed the selector for the 'main' part of the page
Comment 1 Nick Clemens (kidclamp) 2018-08-30 19:45:08 UTC
Created attachment 78315 [details] [review]
Bug 21295: Update selenium tests for admin bootstrap changes

To test:
1 - Setup and run selenium server as outlined here:
https://wiki.koha-community.org/wiki/Using_Selenium_with_Koha
2 - sudo koha-shell kohadev
3 - prove -v t/db_dependent/selenium/administration_tasks.t
4 - All should be green
Comment 2 Tomás Cohen Arazi (tcohen) 2018-08-31 15:10:37 UTC
Created attachment 78332 [details] [review]
Bug 21295: Update selenium tests for admin bootstrap changes

To test:
1 - Setup and run selenium server as outlined here:
https://wiki.koha-community.org/wiki/Using_Selenium_with_Koha
2 - sudo koha-shell kohadev
3 - prove -v t/db_dependent/selenium/administration_tasks.t
4 - All should be green

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
All good!
Comment 3 Nick Clemens (kidclamp) 2018-08-31 15:30:13 UTC
Trivial, skipping QA
Comment 4 Nick Clemens (kidclamp) 2018-08-31 15:30:30 UTC
Pushed to master for 18.11
Comment 5 Martin Renvoize (ashimema) 2018-09-10 17:20:38 UTC
Caused by bug 20736 not in 18.05.x series.