Posts by TiagoTi • 31 points
3 posts
-
0
votes1
answer556
viewsA: Text box execute function when it is externally assigned a value to it in Javascript and HTML
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor.…
-
2
votes1
answer370
viewsA: Error accessing input fields with Cucumber + Capybara
I created an environment to simulate your code here worked perfectly, see below the structure of the project: #./projeto/app.rb #encoding: utf-8 require 'sinatra' get '/' do "home" end get…
-
0
votes3
answers18253
viewsA: Stylization of Option via CSS
I changed the bakcground line ( removed the background color and worked normally ) background: url(../img/arrow.jpg) no-repeat right; Check if that was the problem.…