Showing 3,213 of 3,213 total issues
Tab detected. Open
Open
driver.get('http://localhost:3000/parents/new')
- Exclude checks
Tab detected. Open
Open
delete = driver.find_element(:name, 'delete')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in field alumn "Data de Nascimento" with "09071995"$/) 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/new')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in "Data de Nascimento" with "01011800"$/) 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
salvar.click
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in field parent "Senha" with "111111"$/) 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')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/alumns/2')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
And (/^I fill in field parent "Telefone" with "6133456382"$/) 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/parents/1')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/alumns/4')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
Then (/^I logged as principal$/) 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 press "Nova Matéria" 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
driver.get('http://localhost:3000/notifications/2')
- Exclude checks
Tab detected. Open
Open
notification_motive = driver.find_element(:name, 'notification[motive]')
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
Then (/^I see all secretaries$/) 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/alumns/1#faltas')
- Exclude checks
Tab detected. Open
Open
notification_text.send_keys "To bem cansado"
- Exclude checks
Line is too long. [90/80] Open
Open
And (/^I fill in "Conteúdo da Notificação" with "Muitos jogos, gincanas e aventuras"$/) do
- Exclude checks