This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfaq.html
247 lines (175 loc) · 7.23 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<title>Test Armada</title>
<link rel="stylesheet" type="text/css" href="/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/css/common.css">
<link rel="stylesheet" type="text/css" href="/css/subheader.css">
<link rel="stylesheet" type="text/css" href="/css/header.css">
<link rel="stylesheet" type="text/css" href="/css/home.css">
<link rel="stylesheet" type="text/css" href="/css/doc.css">
<link rel="stylesheet" type="text/css" href="/css/training.css">
<link rel="stylesheet" type="text/css" href="/css/faq.css">
<link rel="stylesheet" type="text/css" href="/css/contact.css">
<link rel="stylesheet" type="text/css" href="/css/search.css">
<link rel="stylesheet" type="text/css" href="/css/custom.css">
<link rel="stylesheet" type="text/css" href="/css/slick.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css">
<link rel="stylesheet" type="text/css" href="/css/responsive.css">
<link rel="shortcut icon" href="/documentation/images/favicon.ico">
</head>
<body>
<div class="subheader">
<div class="search-bar">
<form class="search-bar__form" action="/search" method="get">
<div class="select-box-sub">
<select class="select-box-sub__select" name="fleet" id="fleet-box" onchange="document.getElementById('search-box').focus();">
<option value="all">All Fleets</option>
<option value="Functional Testing">Functional Testing</option>
<option value="Mocking">Mocking</option>
<option value="Performance Testing">Performance Testing</option>
<option value="Data Insights">Data Insights</option>
</select>
</div>
<input type="text" id="search-box" name="query" autocomplete="off" class="search-box-sub">
</form>
</div>
<div class="nav-sub-links">
<a href="/documentation/Presentations" class="nav-sub-links__link">Presentations</a>
<a href="/documentation/About" class="nav-sub-links__link">About Us</a>
<a href="https://github.com/TestArmada/" class="nav-sub-links__link" target="_blank">GitHub</a>
</div>
</div>
<header>
<a href="/">
<img src="/documentation/images/ta-logo.png" class="logo" alt="Main Brand Logo"
srcset="/documentation/images/ta-logo%402x.png 2x, /documentation/images/ta-logo%403x.png 3x">
</a>
<!-- <form action="/search" method="get">
<input type="text" id="search-box" name="query" placeholder="Search" class="search-box">
<div class="select-box">
<select name="fleet" id="fleet-box" onchange="document.getElementById('search-box').focus();">
<option value="all">All Fleets</option>
<option value="Functional Testing">Functional Testing</option>
<option value="Mocking">Mocking</option>
<option value="Performance Testing">Performance Testing</option>
<option value="Data Insights">Data Insights</option>
</select>
</div>
</form> -->
<div class="nav-links">
<div class="nav-links__fleets">
<a class="nav-links__fleets-btn">
Fleets <img src="/images/arrow-down-icon.png" class="arrow-down-icon"
srcset="/images/arrow-down-icon%402x.png 2x,
/images/arrow-down-icon%403x.png 3x">
</a>
<div class="nav-links__fleets-content">
<a href="/">
All Fleets
</a>
<a href="/documentation/Functional Testing/">
Functional Testing
</a>
<a href="/documentation/Mocking/">
Mocking
</a>
<a href="/documentation/Performance Testing/">
Performance Testing
</a>
<a href="/documentation/Data Insights/">
Data Insights
</a>
</div>
</div>
<a href="/faq" class="nav-links__main-links">FAQ</a>
</div>
</header>
<div class="container">
<div class="inner-container">
<div class="breadcrumb">
<p>
<a class="breadcrumb__link" href="/">Home</a>
<img src="/images/arrow-right-icon.png"
srcset="/images/[email protected] 2x,
/images/[email protected] 3x"
class="arrow-right-icon">
<span class="breadcrumb__current-page">FAQ</span>
</p>
</div>
<div class="faq-content">
<h2 class="faq-title">Frequently Asked Questions</h2>
<!-- <p class="faq-desciption">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum</p> -->
<div class="faq-selects">
<div class="faq-select-box">
<select id="fleet">
<option value="select">Select Fleet</option>
</select>
</div>
<div class="faq-select-box">
<select id="platform">
<option value="select">Select Platform</option>
</select>
</div>
<div class="faq-select-box">
<select id="language">
<option value="select">Select Language</option>
</select>
</div>
<div class="faq-clear-filters">
<span class="faq-clear-filters__button" id="clear">Clear Filters</span>
</div>
</div>
<div class="clear"></div>
<hr class="faq-output__hr" />
<div class="faq-output" id="accordion"></div>
<div class="back-to-top">
<img src="/images/faqs/back-to-top-icon.png"
srcset="/images/faqs/[email protected] 2x,
/images/faqs/[email protected] 3x"
alt="Back to Top"
class="back-to-top__img">
</div>
</div>
</div>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/prism.js"></script>
<script src="/js/faq.js"></script>
</div>
<footer>
<img class="left-footer-logo" alt="Left Footer Logo"
src="/documentation/images/dxt-logo.png"
srcset="/documentation/images/dxt-logo%402x.png 2x,
/documentation/images/dxt-logo%403x.png 3x">
<span class="copyright">© 2018 Walmart Inc.</span>
<img class="right-footer-logo" alt="Right Footer Logo"
src="/documentation/images/walmartlabs-logo.png"
srcset="/documentation/images/walmartlabs-logo%402x.png 2x,
/documentation/images/walmartlabs-logo%403x.png 3x">
</footer>
<script type="text/javascript">
document.querySelector('.search-box-sub').addEventListener('click', function() {
document.querySelector('.search-box-sub').classList.add('expand-input');
document.querySelector('.search-box-sub').placeholder = 'Enter text to search or "Esc" to close';
document.querySelector('.select-box-sub').classList.add('expand-select');
});
document.querySelector('.search-box-sub').onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 27) {
document.querySelector('.search-box-sub').classList.remove('expand-input');
document.querySelector('.search-box-sub').placeholder = '';
document.querySelector('.select-box-sub').classList.remove('expand-select');
}
};
document.querySelector('body').addEventListener('click', function(evt) {
evt = evt || window.event;
var ignore = '.search-box-sub, .select-box-sub, .select-box-sub__select, a, button';
if (!evt.target.matches(ignore)) {
document.querySelector('.search-box-sub').classList.remove('expand-input');
document.querySelector('.search-box-sub').placeholder = '';
document.querySelector('.select-box-sub').classList.remove('expand-select');
}
});
</script>
</body>
</html>