fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

(...) interpreted as grouped expression.
Open

And (/^I fill in field "Motivo da Suspensão" with "Bater na Professora"$/) 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 "Nome da Turma" with "3D"$/) 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 click in "Responsável e Aluno" I had register one parent and one alumn$/) 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/alumns/1/report')

(...) interpreted as grouped expression.
Open

And (/^I press "Editar Aluno" 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 "Visualizar Advertencias" 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

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

(...) interpreted as grouped expression.
Open

When (/^I press "Visualizar Responsáveis" 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

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

(...) interpreted as grouped expression.
Open

And (/^I press "Visualizar Professor" 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

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

(...) interpreted as grouped expression.
Open

Then (/^I register the subject$/) 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

    notification_title.send_keys "Descubra"

(...) interpreted as grouped expression.
Open

And (/^I press "Faltas" 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

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

(...) interpreted as grouped expression.
Open

Then (/^I see my subjects$/) 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

    grade2 = driver.find_element(:name, 'grade[grade_02]')

(...) interpreted as grouped expression.
Open

And (/^I click "Criar Notificação"$/) 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 "Turno" with "Matutino"$/) 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 "boletim"$/) 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