make all the dropdowns & the country select work again
This commit is contained in:
		@@ -90,7 +90,7 @@
 | 
			
		||||
            - Open form on "Personal details" section
 | 
			
		||||
            - Open country select dropdown
 | 
			
		||||
            - Execute:
 | 
			
		||||
              d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.querySelector("span.db-web-select-list-item__value").innerHTML,'</option>\n'));
 | 
			
		||||
              d="";document.querySelectorAll(".test-adresse-land ul li").forEach(e=>d=d.concat('<option value="',e.dataset.value,'">',e.textContent,'</option>\n'));
 | 
			
		||||
          -->
 | 
			
		||||
          <option value="AFG">Afghanistan</option>
 | 
			
		||||
          <option value="ALA">Åland Islands</option>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user