Skip to content

Commit

Permalink
test: Update end-to-end tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Nov 22, 2023
1 parent 002eea1 commit c6aaa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: End-to-end tests
on: push
permissions:
contents: read
Expand Down Expand Up @@ -33,12 +33,6 @@ jobs:
run: yarn install
working-directory: e2e_tests

- name: R CMD check
if: always()
uses: r-lib/actions/check-r-package@v2
with:
error-on: '"note"'

- name: Run Cypress
if: always()
uses: cypress-io/github-action@v5
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/reactable-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
<span id="test-page_controls-page_text" class="shiny-text-output"></span>
</div>
</div>
<div class="reactable html-widget html-widget-output shiny-report-size html-fill-item-overflow-hidden html-fill-item" data-reactable-output="test-reactable" id="test-reactable" style="width:auto;height:auto;"></div>
<div class="reactable html-widget html-widget-output shiny-report-size html-fill-item" data-reactable-output="test-reactable" id="test-reactable" style="width:auto;height:auto;"></div>

0 comments on commit c6aaa82

Please sign in to comment.