fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Tab detected.
Open

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

Tab detected.
Open

    delete = driver.find_element(:name, 'delete')

(...) interpreted as grouped expression.
Open

And (/^I fill in field alumn "Data de Nascimento" with "09071995"$/) 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/new')

(...) interpreted as grouped expression.
Open

And (/^I fill in "Data de Nascimento" with "01011800"$/) 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

    salvar.click

(...) interpreted as grouped expression.
Open

And (/^I fill in field parent "Senha" with "111111"$/) 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')

Tab detected.
Open

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

(...) interpreted as grouped expression.
Open

And (/^I fill in field parent "Telefone" with "6133456382"$/) 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/parents/1')

Tab detected.
Open

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

(...) interpreted as grouped expression.
Open

Then (/^I logged as principal$/) 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 "Nova Matéria" 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/notifications/2')

Tab detected.
Open

    notification_motive = driver.find_element(:name, 'notification[motive]')

(...) interpreted as grouped expression.
Open

Then (/^I see all secretaries$/) 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')

Tab detected.
Open

    notification_text.send_keys "To bem cansado"

Line is too long. [90/80]
Open

And (/^I fill in "Conteúdo da Notificação" with "Muitos jogos, gincanas e aventuras"$/) do
Severity
Category
Status
Source
Language