fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Line is too long. [103/80]
Open

  get 'employees/:id/edit_password', to:'employees#edit_password_employee', as:'edit_password_employee'
Severity: Minor
Found in config/routes.rb by rubocop

Tab detected.
Open

    sair = driver.find_element(:name, 'logout')

Tab detected.
Open

    driver.get('http://localhost:3000/notifications/1/edit')

Tab detected.
Open

    driver.get('http://localhost:3000/notifications/3/edit')

Tab detected.
Open

    driver.get('http://localhost:3000/alumns/1/suspensions/1/edit')

Tab detected.
Open

    driver.get('http://localhost:3000/teachers/3')

Tab detected.
Open

    driver.get('http://localhost:3000/alumns')

Tab detected.
Open

    driver.get('http://localhost:3000/teachers/4')

Tab detected.
Open

    notification_text_edit = driver.find_element(:name, 'notification[notification_text]')

Tab detected.
Open

    grade1.clear

Tab detected.
Open

    grade1.send_keys "10.0"

Tab detected.
Open

    grade2.clear

(...) interpreted as grouped expression.
Open

Given (/^I am logged in as secretary$/) do

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

And (/^I fill in field alumn "Senha" with "222222"$/) do

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

And (/^I fill in "Título" with "Super Gincana Beneficiente"$/) do

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

And (/^I fill in "Senha" with "12345678"$/) do

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

When (/^I press "Logout" button$/) do

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

And (/^I press "Editar Suspensão" button$/) do

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

When (/^I press "Avisos" button$/) do

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

Then (/^I see notification$/) do

Checks for space between the name of a called method and a left parenthesis.

Example:

# bad

puts (x + y)

Example:

# good

puts(x + y)
Severity
Category
Status
Source
Language