Skip to content

Commit

Permalink
Justere test
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Aug 22, 2023
1 parent f93dfd5 commit ffa78de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const endreArbeidFlereUker = (uker: number[] = flereUker) => {
getAktivitet().within(() => {
getPeriode().within(() => {
getTestElement('endre-flere-uker-cb').click();
cy.wait(300);
const rows = uker.map((uke) => getUkeRow(uke));
rows.forEach((row) => {
row.within(() => {
Expand All @@ -225,6 +226,7 @@ const endreArbeidFlereUker = (uker: number[] = flereUker) => {
cy.get('[data-testid=endre-flere-uker-button]').click();
});
});
cy.wait(300);
cy.checkA11y();
getArbeidstimerModal().within(() => {
getTestElement('timer-verdi').type('5');
Expand Down

0 comments on commit ffa78de

Please sign in to comment.