Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting null values for "timestamp" #295

Closed
SantoshDeque opened this issue Apr 11, 2023 · 2 comments
Closed

Getting null values for "timestamp" #295

SantoshDeque opened this issue Apr 11, 2023 · 2 comments

Comments

@SantoshDeque
Copy link

Issue:
Getting null values for "timestamp" in results meta data

Steps to reproduce:
1)Try to analyze a page using axe-core-api

it "returns correct results metadata" do
   $driver.get "http://qateam.dequecloud.com/attest/api/test.html"
   res = run_axe
   expect(res.results.timestamp).not_to be_nil
 end

Actual result:
Getting "timestamp" as null

Expected Result:
values should not be null

@SantoshDeque
Copy link
Author

This issue is fixed, related PR #292

@SantoshDeque
Copy link
Author

Verified in latest release branch - (release-1681144013) and in build -[4.6.0.pre.47f4589], the fix is working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant