* making helper function, checking and setting response in given step and when steo respectively
* returning response and using in given/then steps as required in favoritesContext
* set the returned response on SpaceContext
* changed to inline variable in some lines as required
* to check for the specific https response code
* migrating set response from helper function to when step in preview feature
* separate single when/then steps by converting to helper function
* use of httpstatuscode check function in given step and rebased
* change function name
* remove use of setresponse in then step
* set the returned response
* enhancement: use kql as default search query language
* enhancement: add support for unicode search queries
* fix: escape bleve field query whitespace
* fix: search related acceptance tests
* enhancement: remove legacy search query language
* enhancement: add support for kql dateTime restriction node types
* chore: bump web to v8.0.0-alpha.2
* fix: failing search api test
* enhancement: search bleve query compiler use DateRangeQuery as DateTimeNode counterpart
* enhancement: support for colon operators in dateTime kql queries
* removing setting response in the given steps
* use response interface
* use the returned response
* check success response
* changed to inline variable
* changed variable response_xml to responseXml
* refactored the user creation given statement from provisioning to graph api
added getUser steps that covers the steps for user with user light role
* added userlight step tests to check drive information and updated expected failure files
* added usercreation initiation code
* deleted seperate tests for user light role
* remove unnecesary changes
* add user not initialize step
* corrected the testcode
* moved the steps from graph to provisioning file
* fix creating single ldap user
* fix: user check method
* initialize user via graph
* addressing reviews
---------
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
* make user enable disable feature use graphapi
* change the step definition code for user disable action
* updated step definition code for user disable feature
* updated user disable implementation
* corrected the error of step implementation code
* assert the response code after listing from trashbin
* set endpoint according to dav path and assert while listing
* php style fix
* changed comment
* changed as reviews