Skip to content

Commit

Permalink
Reset browser automation - get
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
  • Loading branch information
Peter Fitzgibbons committed Mar 29, 2023
1 parent 5e23be7 commit 1bc9c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/common/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function BrowserProvider({ getService }: FtrProviderContext) {
* @param {boolean} insertTimestamp Optional
* @return {Promise<void>}
*/
public async get(url: string, insertTimestamp: boolean = false) {
public async get(url: string, insertTimestamp: boolean = true) {
if (insertTimestamp) {
const urlWithTime = modifyUrl(url, (parsed) => {
(parsed.query as any)._t = Date.now();
Expand Down

0 comments on commit 1bc9c2c

Please sign in to comment.