Showing 3,213 of 3,213 total issues
Line is too long. [103/80] Open
Open
get 'employees/:id/edit_password', to:'employees#edit_password_employee', as:'edit_password_employee'
- Exclude checks
Tab detected. Open
Open
sair = driver.find_element(:name, 'logout')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/notifications/1/edit')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/notifications/3/edit')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/alumns/1/suspensions/1/edit')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/teachers/3')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/alumns')
- Exclude checks
Tab detected. Open
Open
driver.get('http://localhost:3000/teachers/4')
- Exclude checks
Tab detected. Open
Open
notification_text_edit = driver.find_element(:name, 'notification[notification_text]')
- Exclude checks
Tab detected. Open
Open
grade1.clear
- Exclude checks
Tab detected. Open
Open
grade1.send_keys "10.0"
- Exclude checks
Tab detected. Open
Open
grade2.clear
- Exclude checks
(...)
interpreted as grouped expression. Open
Open
Given (/^I am logged in as secretary$/) 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 field alumn "Senha" with "222222"$/) 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 "Título" with "Super Gincana Beneficiente"$/) 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 "Senha" with "12345678"$/) 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
When (/^I press "Logout" 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)
(...)
interpreted as grouped expression. Open
Open
And (/^I press "Editar Suspensão" 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)
(...)
interpreted as grouped expression. Open
Open
When (/^I press "Avisos" 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)
(...)
interpreted as grouped expression. Open
Open
Then (/^I see notification$/) 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)