Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jun 18, 2024
1 parent 5f1a4d0 commit 1da6fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion spec/accessibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1da6fe0

Please sign in to comment.