Showing 3,213 of 3,213 total issues
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/secretaries')
- Read upRead up
- Exclude checks
This cops checks for indentation that doesn't use the specified number of spaces.
See also the IndentationConsistency cop which is the companion to this one.
Example:
# bad
class A
def test
puts 'hello'
end
end
# good
class A
def test
puts 'hello'
end
end
Example: IgnoredPatterns: ['^\s*module']
# bad
module A
class B
def test
puts 'hello'
end
end
end
# good
module A
class B
def test
puts 'hello'
end
end
end
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/alumns/1/report')
- Read upRead up
- Exclude checks
This cops checks for indentation that doesn't use the specified number of spaces.
See also the IndentationConsistency cop which is the companion to this one.
Example:
# bad
class A
def test
puts 'hello'
end
end
# good
class A
def test
puts 'hello'
end
end
Example: IgnoredPatterns: ['^\s*module']
# bad
module A
class B
def test
puts 'hello'
end
end
end
# good
module A
class B
def test
puts 'hello'
end
end
end
Use 2 (not 1) spaces for indentation. Open
advertencia = driver.find_element(:name, 'strikebtn')
- Read upRead up
- Exclude checks
This cops checks for indentation that doesn't use the specified number of spaces.
See also the IndentationConsistency cop which is the companion to this one.
Example:
# bad
class A
def test
puts 'hello'
end
end
# good
class A
def test
puts 'hello'
end
end
Example: IgnoredPatterns: ['^\s*module']
# bad
module A
class B
def test
puts 'hello'
end
end
end
# good
module A
class B
def test
puts 'hello'
end
end
end
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/notifications/new')
- Read upRead up
- Exclude checks
This cops checks for indentation that doesn't use the specified number of spaces.
See also the IndentationConsistency cop which is the companion to this one.
Example:
# bad
class A
def test
puts 'hello'
end
end
# good
class A
def test
puts 'hello'
end
end
Example: IgnoredPatterns: ['^\s*module']
# bad
module A
class B
def test
puts 'hello'
end
end
end
# good
module A
class B
def test
puts 'hello'
end
end
end
Use 2 (not 1) spaces for indentation. Open
driver.get('http://localhost:3000/subjects')
- Read upRead up
- Exclude checks
This cops checks for indentation that doesn't use the specified number of spaces.
See also the IndentationConsistency cop which is the companion to this one.
Example:
# bad
class A
def test
puts 'hello'
end
end
# good
class A
def test
puts 'hello'
end
end
Example: IgnoredPatterns: ['^\s*module']
# bad
module A
class B
def test
puts 'hello'
end
end
end
# good
module A
class B
def test
puts 'hello'
end
end
end
Tab detected. Open
entrar.click
- Exclude checks
Tab detected. Open
nameUser.send_keys "Juca Balla"
- Exclude checks
Tab detected. Open
addressUser = driver.find_element(:name, 'secretary[address]')
- Exclude checks
Tab detected. Open
addressUser.send_keys "QR 602 Conjunto 06 Casa 05"
- Exclude checks
Tab detected. Open
subject_name = driver.find_element(:name, 'notification[title]')
- Exclude checks
Tab detected. Open
subject_name.clear()
- Exclude checks
Tab detected. Open
subject_name.clear()
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/notifications')
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/parents/5')
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/secretaries/7')
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/subjects')
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/alumns/1')
- Exclude checks
Tab detected. Open
driver.get('http://localhost:3000/alumns/1#notificoes')
- Exclude checks
Tab detected. Open
logoff = driver.find_element(:name, 'loggoffbtn')
- Exclude checks
Tab detected. Open
advertencia.click
- Exclude checks