summaryrefslogtreecommitdiff
path: root/qa/qa/page/view.rb
Commit message (Collapse)AuthorAgeFilesLines
* Implement dynamic validation on QA Pagesddavison2019-05-201-2/+2
| | | | | | Elements now have the ability to be required on pages or not Currently using the default wait mechanism Altered the ElementWithPattern Cop to fit new splat for init
* Add frozen_string_literal to qa/frozen_string_literal_qaThong Kuah2019-04-131-0/+2
| | | | | This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
* [QA] Require Pathname in qa/qa/page/view.rbRémy Coutable2018-08-301-1/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* QA scenario to add/edit/delete a file via the Web UISanad Liaquat2018-07-171-2/+2
|
* Fix few typos in QA selectors validation codeGrzegorz Bizon2018-01-101-1/+1
|
* Add QA views / selectors coupling to group/project pagesGrzegorz Bizon2018-01-091-1/+1
|
* Add QA login page views / selectors definitionGrzegorz Bizon2018-01-091-2/+2
|
* Make it possible to define a QA-specific page elementGrzegorz Bizon2018-01-091-1/+1
|
* Append page validation error if view partial is missingGrzegorz Bizon2017-12-221-1/+5
|
* Use composite pattern to return page view errorsGrzegorz Bizon2017-12-221-2/+2
|
* Add implementation for matching view elements in QAGrzegorz Bizon2017-12-221-0/+21
|
* Move QA elements DSL as it belongs to different classGrzegorz Bizon2017-12-221-0/+18
|
* Add domain specific language to define QA page elementsGrzegorz Bizon2017-12-221-0/+6
|
* Add QA classes that represent view partials and elementsGrzegorz Bizon2017-12-221-0/+6