Skip to content

Commit

Permalink
SCENARIO: Auth session should be persisted after refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
louisduhalberruer committed Jun 19, 2024
1 parent 1694d8e commit fa55f08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 168 deletions.
1 change: 1 addition & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def sign_in(username, password)
end

def sign_out
execute_script("localStorage.removeItem('hyperglosae-basic-auth');")
refresh
end

Expand Down
68 changes: 0 additions & 68 deletions frontend/src/components/Menu.js

This file was deleted.

100 changes: 0 additions & 100 deletions frontend/src/hyperglosae.js

This file was deleted.

0 comments on commit fa55f08

Please sign in to comment.