Showing 3,213 of 3,213 total issues
Tab detected. Open
Open
salvar = driver.find_element(:name, 'commit')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/subjects')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/subjects/new')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/parents/1')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/classrooms')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/principal/2')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/classrooms')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/alumns/1#notificoes')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/teachers/4/teacher_classroom_subjects/1/teacher_grades/1')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/parents/5/alumns/new')
- Exclude checks
Tab detected. Open
Open
notification_text_edit.send_keys ""
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/teachers/4/teacher_classrooms')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in "Telefone" with "61983104999"$/) do
- Read upRead up
- Exclude checks
Checks for space between the name of a called method and a left parenthesis.
Example:
# bad
puts (x + y)
Example:
# good
puts(x + y)
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in fiend subject "Nome" with "Geografia"$/) do
- Read upRead up
- Exclude checks
Checks for space between the name of a called method and a left parenthesis.
Example:
# bad
puts (x + y)
Example:
# good
puts(x + y)
Tab detected. Open
Open
driver.get('http://localhost:3000/teachers/4')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in fiend subject "Matrícula do Professor" with "369874"$/) do
- Read upRead up
- Exclude checks
Checks for space between the name of a called method and a left parenthesis.
Example:
# bad
puts (x + y)
Example:
# good
puts(x + y)
Tab detected. Open
Open
driver.get('http://localhost:3000/notifications/1/edit')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
When (/^I press "Editar Diretor" button/) do
- Read upRead up
- Exclude checks
Checks for space between the name of a called method and a left parenthesis.
Example:
# bad
puts (x + y)
Example:
# good
puts(x + y)
Tab detected. Open
Open
button_save = driver.find_element(:name, 'button')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I press "Visualizar Advertencia" button$/) do
- Read upRead up
- Exclude checks
Checks for space between the name of a called method and a left parenthesis.
Example:
# bad
puts (x + y)
Example:
# good
puts(x + y)