fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Tab detected.
Open

    salvar = driver.find_element(:name, 'commit')

Tab detected.
Open

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

Tab detected.
Open

    driver.get('http://localhost:3000/subjects/new')

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

    driver.get('http://localhost:3000/principal/2')

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

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

Tab detected.
Open

    notification_text_edit.send_keys ""

Tab detected.
Open

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

(...) interpreted as grouped expression.
Open

And (/^I fill in "Telefone" with "61983104999"$/) 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 fiend subject "Nome" with "Geografia"$/) 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)

Tab detected.
Open

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

(...) interpreted as grouped expression.
Open

And (/^I fill in fiend subject "Matrícula do Professor" with "369874"$/) 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)

Tab detected.
Open

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

(...) interpreted as grouped expression.
Open

When (/^I press "Editar Diretor" 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)

Tab detected.
Open

    button_save = driver.find_element(:name, 'button')

(...) interpreted as grouped expression.
Open

And (/^I press "Visualizar Advertencia" 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)
Severity
Category
Status
Source
Language