Drupal Testing: Hazards with Using 'onboard' Test Engine
It could be that these hazards NEVER arise during a project, but when they do - they are show stoppers
It could be that these hazards NEVER arise during a project, but when they do - they are show stoppers
//table/*//input[starts-with(@id,"edit-field-links")]'
$x('//table/*//input[starts-with(@id,"edit-field-links")]')
(4) [input#edit-field-links-0-uri--kqe8gMbTwQ0.form-autocomplete.form-text.ui-autocomplete-input, input#edit-field-links-0-title--LRVpDrS0r8M.form-text, input#edit-field-links-1-uri--Np7fGnJEb9A.form-autocomplete.form-text.ui-autocomplete-input, input#edit-field-links-1-title--axXfvkpAN3o.form-text]
$x('//table/*//input[starts-with(@id,"edit-field-links-0-title")]')
[input#edit-field-links-0-title--LRVpDrS0r8M.form-text]
$x('//table/*//input[starts-with(@id,"edit-field-links-0-uri")]')
[input#edit-field-links-0-uri--kqe8gMbTwQ0.form-autocomplete.form-text.ui-autocomplete-input]
Parse this down to selectors, but has good strategies for iframe and 'mouse-hover' actions
https://www.engineyard.com/blog/15-expert-tips-for-using-cucumber
/* */
/* */
/* line 12, ../sass/includes/_include.scss */
.box_shadow {
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
}
/* line 16, ../sass/includes/_include.scss */
.border_radius {
border-radius: 5px;
-webkit-border-radius: 5px;
}
/* line 21, ../sass/includes/_include.scss */
.font_oswald, h1, .h1, h2, .h2, h3, .h3 {
font-family: 'oswaldregular';
}
/* BUTTON */
/* line 27, ../sass/includes/_include.scss */
.form-actions .form-submit {
margin: 0 10px 10px 0;
border: none;
padding: 8px 20px;
color: #fff;
background: #c01700;
border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
}
/* line 36, ../sass/includes/_include.scss */
.form-actions .form-submit:hover, .form-actions .form-submit:focus {
background-color: #555555;
}
/* line 41, ../sass/includes/_include.scss */
.font_awesome {
display: inline-block;
fo
The Zircon theme has an odd link in the upper left corner when visiting as an 'Unauthenticated User'.

<root_dir>\themes\zircon\templates\html.html.twig
<a href="#main-content" class="visually-hidden focusable"> {{ 'Skip to main content'|t }} </a>
<!--a href="#main-content" class="visually-hidden focusable"> {{ 'Skip to main content'|t }} </a-->
Copyright 2018· All rights reserved