Skip to content

Commit

Permalink
Fjerne .first i test
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Aug 23, 2023
1 parent a972f61 commit f28baa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const flereUker = [46, 47];
const getAktivitet = () => getTestElement('aktivitet_a_947064649');
const getPeriode = () => getTestElement('dateRangeAccordion_0');
const getUkeRow = (ukenummer) => cy.get('.arbeidstidUkeTabell').get(`[data-testid=uke_${ukenummer}]`);
const getArbeidstimerModal = () => cy.get('.endreArbeidstidModal').first();
const getArbeidstimerModal = () => cy.get('.endreArbeidstidModal');

const captureScreenshot = () => {
// cy.screenshot({ capture: 'fullPage' });
Expand Down

0 comments on commit f28baa5

Please sign in to comment.