Bug 21295 - Update selenium tests for Admin pages bootstrap updates
Summary: Update selenium tests for Admin pages bootstrap updates
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Nick Clemens
QA Contact: Testopia
URL:
Keywords:
Depends on: 20736
Blocks:
  Show dependency treegraph
 
Reported: 2018-08-30 19:43 UTC by Nick Clemens
Modified: 2019-10-14 19:56 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 21295: Update selenium tests for admin bootstrap changes (4.61 KB, patch)
2018-08-30 19:45 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 21295: Update selenium tests for admin bootstrap changes (4.68 KB, patch)
2018-08-31 15:10 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 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 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 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 2018-08-31 15:30:13 UTC
Trivial, skipping QA
Comment 4 Nick Clemens 2018-08-31 15:30:30 UTC
Pushed to master for 18.11
Comment 5 Martin Renvoize 2018-09-10 17:20:38 UTC
Caused by bug 20736 not in 18.05.x series.