Skip to content

Commit

Permalink
Add script tag to avoid selenium errors shown in automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Jul 3, 2018
1 parent 6be136b commit 829ff31
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600"/>
<script src="#{oxAuthConfigurationService.jsLocation}/jquery-1.12.4.min.js"/>
<script src="#{oxAuthConfigurationService.jsLocation}/bootstrap.min.js"></script>
<script type="text/javascript">
var platform = {}; //Added to avoid selenium problem
</script>
<script src="#{oxAuthConfigurationService.jsLocation}/platform.js"></script>
<ui:insert name="head"/>
</h:head>
Expand Down

0 comments on commit 829ff31

Please sign in to comment.