blob: 947be663d9a40135cfa5d0999ac0a6f412b140b4 [file] [log] [blame]
# ------------------------------------------------------------------------
Feature: Check access to the Sling instance under test
# ------------------------------------------------------------------------
# ------------------------------------------------------------------------
Background:
# ------------------------------------------------------------------------
* url baseURL
# Use admin credentials for all requests
* configure headers = call read('classpath:util/basic-auth-header.js')
# ------------------------------------------------------------------------
Scenario: Check access to HTTP root
# ------------------------------------------------------------------------
Given path '/.json'
When method GET
Then status 200