diff --git a/README.md b/README.md index 3e9a6d4..9c6ddb0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # The Beauty and Joy of Computing -[![Build Status](https://travis-ci.com/beautyjoy/beautyjoy.github.io.svg?branch=master)](https://travis-ci.com/beautyjoy/beautyjoy.github.io) +[![Page Accessibility Specs](https://github.com/beautyjoy/beautyjoy.github.io/actions/workflows/specs.yml/badge.svg)](https://github.com/beautyjoy/beautyjoy.github.io/actions/workflows/specs.yml) This is the repo for the BJC homepage. * [bjc.berkeley.edu – production](https://bjc.berkeley.edu) -* [beautyjoy.github.io – development](https://beautyjoy.github.io) # Getting Started diff --git a/spec/accessibility_spec.rb b/spec/accessibility_spec.rb index 6ab9b06..204e2c8 100644 --- a/spec/accessibility_spec.rb +++ b/spec/accessibility_spec.rb @@ -59,7 +59,7 @@ def load_site_urls end # Berkeley: (June 2024) these tests are skipped until the basic tests are passing. - it 'according to WCAG 2.2 AA', :skip do + it 'according to WCAG 2.2 AA' do expect(page).to be_axe_clean .according_to(*complete_a11y_standards) .skipping(*skipped_rules)