Skip to content

Commit

Permalink
README + failure on purpose to check github report
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Jul 27, 2023
1 parent 416a32a commit eae2f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# AgnosUI: A Versatile Frontend Widget Library for CSS Bootstrap Design

[![Build Status](https://github.com/AmadeusITGroup/AgnosUI/workflows/ci/badge.svg?branch=master)](https://github.com/AmadeusITGroup/AgnosUI/actions)
[![codecov](https://codecov.io/gh/AmadeusITGroup/AgnosUI/branch/master/graph/badge.svg)](https://codecov.io/gh/AmadeusITGroup/AgnosUI)

## Introduction

AgnosUI is a powerful library of widgets designed specifically for the [CSS Bootstrap design](https://getbootstrap.com/). Inspired by the success of [ng-bootstrap](https://ng-bootstrap.github.io/#/home), AgnosUI takes the concept a step further by offering widgets that can seamlessly integrate with any front-end framework of your choice. With support for popular frameworks like [Angular](https://angular.io/), [React](https://react.dev/), and [Svelte](https://svelte.dev/), AgnosUI allows you to effortlessly create consistent and visually appealing UI components across your projects.
Expand Down
2 changes: 1 addition & 1 deletion e2e/rating/rating.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test.describe.parallel(`Rating tests`, () => {
await page.keyboard.press('PageDown');
await expectValue(0);
await page.keyboard.press('a');
await expectValue(0);
await expectValue(5);
});
});

Expand Down

0 comments on commit eae2f7b

Please sign in to comment.